[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-11-30 18:09:00
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fd47fea6fbb1/ Changeset: fd47fea6fbb1 Branch: None User: _diana_ Date: 2015-11-24 18:58:50+00:00 Summary: - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" For example, this query: SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users should actually be: SELECT s1.users.name FROM s1.users FOR UPDATE OF users fixes #3573 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9c2c2475637d/ Changeset: 9c2c2475637d Branch: None User: zzzeek Date: 2015-11-30 18:02:39+00:00 Summary: Merge remote-tracking branch 'origin/pr/216' Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f4cb3f8cacaf/ Changeset: f4cb3f8cacaf Branch: None User: zzzeek Date: 2015-11-30 18:06:11+00:00 Summary: - changelog for #3573, fixes #3573 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/104cfe149ab7/ Changeset: 104cfe149ab7 Branch: None User: _diana_ Date: 2015-11-30 18:06:39+00:00 Summary: - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>" For example, this query: SELECT s1.users.name FROM s1.users FOR UPDATE OF s1.users should actually be: SELECT s1.users.name FROM s1.users FOR UPDATE OF users fixes #3573 (cherry picked from commit fd47fea6fbb11ee84b7eea5772f40855703ebe47) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb22efc9de8d/ Changeset: fb22efc9de8d Branch: rel_1_0 User: zzzeek Date: 2015-11-30 18:06:43+00:00 Summary: - changelog for #3573, fixes #3573 (cherry picked from commit f4cb3f8cacaf96f064c2c7e4c1e579c7cf6544da) 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. |