]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix IntegerTest for sqlalchemy-firebird
authorGord Thompson <gord@gordthompson.com>
Tue, 25 Feb 2020 16:46:48 +0000 (09:46 -0700)
committerGord Thompson <gord@gordthompson.com>
Tue, 25 Feb 2020 16:46:48 +0000 (09:46 -0700)
commitcdc195ff48f12e4bf54b99e4269db693f5a46a15
treed3b3ca682a9f95593aa93c7fb478973c242a659e
parente15c53716b9f59c7c666c77d1e8b8d82538036a3
Fix IntegerTest for sqlalchemy-firebird

Recent cleanup of test_types.py introduced a
regression for sqlalchemy-firebird (and possibly
other external dialects). With this change,
`test_huge_int` now passes for
sqlalchemy-firebird.

Change-Id: Ieeb4b33ec5985f2e2bf6832d1cdef294f85407a0
lib/sqlalchemy/testing/suite/test_types.py