]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the "numeric" paramstyle, which apparently is the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Oct 2009 16:17:48 +0000 (16:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Oct 2009 16:17:48 +0000 (16:17 +0000)
commitec11fc289cfc565957918069a09558d7f4ffcbd9
treec87c064a496c46c8a2dfbe5f25cb3ffbedfdd039
parent82cf74d5154efd7bbae12658a45b80c5b7c08635
- Fixed the "numeric" paramstyle, which apparently is the
default paramstyle used by Informixdb.
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_select.py