]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactor to engine to have a separate SQLSession object. allows nested transactions.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Mar 2006 02:15:09 +0000 (02:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Mar 2006 02:15:09 +0000 (02:15 +0000)
commitecb5b87c19eeec41a0dc0d96af88454de17c6511
treee563f259b927ca101578ede84a789c9506d0214e
parent53527a8a07bf620d2ed440bf3c28c6f30a0cebaf
refactor to engine to have a separate SQLSession object.  allows nested transactions.
util.ThreadLocal __hasattr__ method/raise_error param meaningless, removed
renamed old engines test to reflection
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/util.py
test/alltests.py
test/reflection.py [moved from test/engines.py with 99% similarity]
test/tables.py