]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- *Major* cleanup / modernization of the Informix
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 01:26:05 +0000 (21:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Oct 2010 01:26:05 +0000 (21:26 -0400)
commit761b4f29e295cfaa774a9a2fec713f9055548387
tree8b350a8a40e443157055faba532a62ba7b9048c7
parent4557fd5a9af9ad4d93ab1eacef4b7e059bb10dc3
- *Major* cleanup / modernization of the Informix
dialect for 0.6, courtesy Florian Apolloner.
[ticket:1906]
16 files changed:
.hgignore
CHANGES
doc/build/core/engines.rst
doc/build/dialects/informix.rst
lib/sqlalchemy/dialects/informix/base.py
lib/sqlalchemy/dialects/informix/informixdb.py
lib/sqlalchemy/test/requires.py
test/dialect/test_informix.py
test/engine/test_bind.py
test/engine/test_execute.py
test/engine/test_pool.py
test/engine/test_reconnect.py
test/engine/test_reflection.py
test/engine/test_transaction.py
test/sql/test_query.py
test/sql/test_types.py