[Sqlalchemy-commits] commit/sqlalchemy: TrilceAC: Set autoincrement to False; use sqlite_autoincrem
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-01-09 23:04:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c703b9ce8948/ Changeset: c703b9ce8948 Branch: master User: TrilceAC Date: 2017-01-09 23:00:33+00:00 Summary: Set autoincrement to False; use sqlite_autoincrement in versioned_history Ensure that the history table sets autoincrement=False, since these values are copied in all cases; the flag will emit an error as of 1.1 if the primary key is composite. Additionally, use the sqlite_autoincrement flag so that SQLite uses unique primary key identifiers for new rows even if some rows have been deleted. Fixes: #3872 Change-Id: I65912eb394b3b69d7f4e3c098f4f948b0a7a5374 Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/93 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. |