diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-01 16:34:37 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-01 16:34:37 -0500 |
| commit | 5a2c332f5e2faf321a89e93d5d183d7ec3767084 (patch) | |
| tree | 46736b890c925c360d05a55009bd025ef9e64d9f /doc | |
| parent | 7fcbd39118e470a8ef04256d486f46c176a21b0c (diff) | |
| download | sqlalchemy-5a2c332f5e2faf321a89e93d5d183d7ec3767084.tar.gz | |
- 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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/core/engines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/engines.rst b/doc/build/core/engines.rst index 2d135f459..4f59cd21e 100644 --- a/doc/build/core/engines.rst +++ b/doc/build/core/engines.rst @@ -63,7 +63,7 @@ Driver Connect string Py2K Py3K ibm-db_ thirdparty thirdparty thirdparty thirdparty thirdparty thirdparty **Drizzle** mysql-python_ ``drizzle+mysqldb``\* yes development no yes yes -**Firebird** +**Firebird / Interbase** kinterbasdb_ ``firebird+kinterbasdb``\* yes development no yes yes **Informix** informixdb_ ``informix+informixdb``\* yes development no unknown unknown |
