[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-20 15:27:08
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/65bd6ec96602/ Changeset: 65bd6ec96602 Branch: master User: zzzeek Date: 2013-12-20 16:26:09 Summary: - Fixed issue where a primary key column that has a Sequence on it, yet the column is not the "auto increment" column, either because it has a foreign key constraint or ``autoincrement=False`` set, would attempt to fire the Sequence on INSERT for backends that don't support sequences, when presented with an INSERT missing the primary key value. This would take place on non-sequence backends like SQLite, MySQL. [ticket:2896] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/acb8a2216caa/ Changeset: acb8a2216caa Branch: rel_0_9 User: zzzeek Date: 2013-12-20 16:26:26 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ae3c57f492c5/ Changeset: ae3c57f492c5 Branch: rel_0_8 User: zzzeek Date: 2013-12-20 16:26:35 Summary: - Fixed issue where a primary key column that has a Sequence on it, yet the column is not the "auto increment" column, either because it has a foreign key constraint or ``autoincrement=False`` set, would attempt to fire the Sequence on INSERT for backends that don't support sequences, when presented with an INSERT missing the primary key value. This would take place on non-sequence backends like SQLite, MySQL. [ticket:2896] 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. |