[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-10-13 00:22:55
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bc9d5c1068b/ Changeset: 9bc9d5c1068b Branch: None User: zzzeek Date: 2013-10-13 02:04:55 Summary: - Fixed bug in default compiler plus those of postgresql, mysql, and mssql to ensure that any literal SQL expression values are rendered directly as literals, instead of as bound parameters, within a CREATE INDEX statement. [ticket:2742] - don't need expression_as_ddl(); literal_binds and include_table take care of this functionality. Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d8c17e2a6f41/ Changeset: d8c17e2a6f41 Branch: None User: zzzeek Date: 2013-10-13 02:13:27 Summary: - Fixed bug in default compiler plus those of postgresql, mysql, and mssql to ensure that any literal SQL expression values are rendered directly as literals, instead of as bound parameters, within a CREATE INDEX statement. [ticket:2742] - don't need expression_as_ddl(); literal_binds and include_table take care of this functionality. Conflicts: lib/sqlalchemy/sql/util.py Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a2cce1bf4355/ Changeset: a2cce1bf4355 Branch: master User: zzzeek Date: 2013-10-13 02:21:18 Summary: Parenthesis will be applied to a compound SQL expression as rendered in the column list of a CREATE INDEX statement. [ticket:2742] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/70fdd3efa7a9/ Changeset: 70fdd3efa7a9 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 02:21:38 Summary: Parenthesis will be applied to a compound SQL expression as rendered in the column list of a CREATE INDEX statement. [ticket:2742] Affected #: 3 files 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. |