]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed FB bug whereby a column default would fail to
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Sep 2010 17:41:59 +0000 (13:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Sep 2010 17:41:59 +0000 (13:41 -0400)
commitd2bff7113888ed18f08b6c533cf223d6c53c5d46
treec2d1fd57fa164fb68fdbbdbf22965bc0b6765430
parentc25437301c3a15b8829e3373f22cf6fa9691e36d
- Fixed FB bug whereby a column default would fail to
reflect if the "default" keyword were lower case.
CHANGES
lib/sqlalchemy/dialects/firebird/base.py
test/dialect/test_firebird.py