]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Oct 2013 23:06:21 +0000 (19:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Oct 2013 23:06:21 +0000 (19:06 -0400)
commita5dc173ea6735c2b0877c771d2cb0693ac8dca82
tree9165880f4384dd6bee35dbbe0e4c4234e8ef5cad
parent92534dc8f30d173deaa1221a6872fd9b7ceae325
- Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`
type is used on a primary key autoincrement column, based on server
version detection of Postgresql version 9.2 or greater.
[ticket:2840]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_dialect.py