]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add an event to testing so that other dialects can intercept "test_needs_autoincrement"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Mar 2013 18:31:48 +0000 (14:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Mar 2013 18:31:48 +0000 (14:31 -0400)
commit5e66224d63cf1f23fce8a7fde83e791ca475f099
tree9040121d35828f03993926c413a7573e18b9918b
parenta4703917d82a7100ff91d938c0592e39dd757a64
- add an event to testing so that other dialects can intercept "test_needs_autoincrement"
- get the assumption of "1" for "first sequence item" to be dialect configured
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/testing/schema.py
lib/sqlalchemy/testing/suite/test_insert.py