]> 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:11:31 +0000 (18:11 -0400)
commit2180cf44e5856bc4be6cf5b125b8672b2158ffa2
tree900a26b019b228893715c0fb6d00374e6d5bd691
parent761414a07be34aaebf76e7e35707c2d8d8772bb8
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
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py