]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Some adjustments so that Interbase is supported as well.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Feb 2011 21:34:37 +0000 (16:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Feb 2011 21:34:37 +0000 (16:34 -0500)
commit5a2c332f5e2faf321a89e93d5d183d7ec3767084
tree46736b890c925c360d05a55009bd025ef9e64d9f
parent7fcbd39118e470a8ef04256d486f46c176a21b0c
- Some adjustments so that Interbase is supported as well.
FB/Interbase version idents are parsed into a structure
such as (8, 1, 1, 'interbase') or (2, 1, 588, 'firebird')
so they can be distinguished. [ticket:1885]
- fixed relfection of the "autoincrement" flag against a default
placed on the column.
CHANGES
doc/build/core/engines.rst
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
test/dialect/test_firebird.py