]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Sep 2013 00:35:40 +0000 (20:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Sep 2013 00:35:40 +0000 (20:35 -0400)
commit08a6a8b51916ab1d084a0070bbb07001cabb1c38
tree3c5db3bfafcc18b33d510d246e69db41cb4eb0e0
parentc3c4b2d23dacc9e7e3b772c8384fa129db7d20d5
- Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor
14 files changed:
lib/sqlalchemy/exc.py
lib/sqlalchemy/util/queue.py
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py
test/dialect/postgresql/test_types.py
test/engine/test_execute.py
test/engine/test_pool.py
test/ext/test_mutable.py
test/ext/test_serializer.py
test/orm/test_collection.py
test/orm/test_session.py
test/requirements.py
test/sql/test_compiler.py
test/sql/test_operators.py