]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalchemy_infor...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Nov 2013 18:45:23 +0000 (13:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Nov 2013 18:45:23 +0000 (13:45 -0500)
commit59ca4633acd42d90dc01aef9a40373ee98080481
tree41c46078729933e14d9b7ff4767b4a5a813f673a
parentd6545f7db78d8bd930685019678f6e7df056ed22
- remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalchemy_informixdb
- remove informix, maxdb, access symbols from tests etc.
30 files changed:
doc/build/changelog/changelog_09.rst
doc/build/dialects/index.rst
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/dialects/__init__.py
lib/sqlalchemy/dialects/informix/__init__.py [deleted file]
lib/sqlalchemy/dialects/informix/base.py [deleted file]
lib/sqlalchemy/dialects/informix/informixdb.py [deleted file]
lib/sqlalchemy/engine/reflection.py
test/dialect/test_informix.py [deleted file]
test/engine/test_execute.py
test/engine/test_reconnect.py
test/engine/test_reflection.py
test/engine/test_transaction.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_manytomany.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/test_assorted_eager.py
test/orm/test_cascade.py
test/orm/test_eager_relations.py
test/orm/test_expire.py
test/orm/test_generative.py
test/orm/test_lazy_relations.py
test/orm/test_mapper.py
test/orm/test_query.py
test/orm/test_subquery_relations.py
test/requirements.py
test/sql/test_case_statement.py
test/sql/test_defaults.py
test/sql/test_functions.py
test/sql/test_query.py