]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Removed the 'properties' attribute of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Nov 2008 19:32:25 +0000 (19:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Nov 2008 19:32:25 +0000 (19:32 +0000)
commit0cff22720b4c60c1c305b5ab858c2f453cc66e34
tree7039306b58e56efcbcd433be4bbe80d2eb4b7152
parent043379efa5d61626c9a8ab42b15c7687c6e6a0fd
- Removed the 'properties' attribute of the
Connection object, Connection.info should be used.
- Method consoliation in Connection, ExecutionContext
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/profiling/zoomark.py
test/profiling/zoomark_orm.py
test/sql/constraints.py
test/testlib/testing.py