[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-06-08 21:57:43
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f1c2bb4afbe3/ Changeset: f1c2bb4afbe3 Branch: None User: BY-jk Date: 2014-05-30 21:11:19 Summary: Uninitialized local variable implicit_return_defaults is not properly initialized. I am implementing a MERGE statement (inherits from Executable and ClauseElement) that is neither INSERT nor UPDATE. This causes access to the uninitialized variable in line 1979. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/39362ebba5ae/ Changeset: 39362ebba5ae Branch: None User: BY-jk Date: 2014-06-02 10:18:29 Summary: Update compiler.py Moved initialization into else block Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/55652fe7d6fc/ Changeset: 55652fe7d6fc Branch: rel_0_9 User: zzzeek Date: 2014-06-08 23:56:18 Summary: Merge branch 'rel_0_9' of https://github.com/BY-jk/sqlalchemy into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8b105cd5e401/ Changeset: 8b105cd5e401 Branch: None User: BY-jk Date: 2014-06-08 23:57:18 Summary: Update compiler.py Moved initialization into else block Conflicts: lib/sqlalchemy/sql/compiler.py Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |