]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The "start" and "increment" attributes on Sequence now
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 18:33:57 +0000 (18:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 18:33:57 +0000 (18:33 +0000)
commite35dcee6ca9c12e5e78702ae7679796cbe8365f2
tree7b9164469aa55b98206e90336832b179113bd734
parent56f64add8195f35961f67cf1baebda476dfb03ec
- The "start" and "increment" attributes on Sequence now
generate "START WITH" and "INCREMENT BY" by default,
on Oracle and Postgresql.  Firebird doesn't support
these keywords right now.  [ticket:1545]
CHANGES
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_defaults.py