]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added :class:`.BIGINT` to the list of type names that can be
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:10:08 +0000 (18:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jul 2013 22:10:08 +0000 (18:10 -0400)
commit1fb6c4a33d67229847aafd45c783094152553936
tree7fc15c8c1b364ea18acbbea6b7c511aa6c1ef72b
parent0e219f2eff8954e20d8e3cdae59431da2676b6f4
Added :class:`.BIGINT` to the list of type names that can be
reflected by the SQLite dialect; courtesy Russell Stuart.
[ticket:2764]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py