]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
merged sql_rearrangement branch , refactors sql package to work standalone with
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Feb 2006 07:12:50 +0000 (07:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Feb 2006 07:12:50 +0000 (07:12 +0000)
commit72dd2b08beb9803269983aa220e75b44007e5158
tree16f80b5f869ba68ae17e2fcbe9b18f1542b22e84
parent5b81c1a2d0915d95d9928ffaaf81af814cf4ec3e
merged sql_rearrangement branch , refactors sql package to work standalone with
clause elements including tables and columns, schema package deals with "physical"
representations
15 files changed:
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/ext/proxy.py
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/objectstore.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
lib/sqlalchemy/util.py
test/objectstore.py
test/select.py
test/testbase.py