]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed get_str(), get_from_text() from ansicompiler. removes a few hundred method...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2007 22:05:08 +0000 (22:05 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jul 2007 22:05:08 +0000 (22:05 +0000)
commit1879b3799ba3514da0c8649e6b2eae6e0b23880e
tree717b59c489f61a3f085b6f58ad109f1e99ee6b8b
parent8d5f048d8a3b948cd57028a588cff914fe261065
removed get_str(), get_from_text() from ansicompiler.  removes a few hundred method calls
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/firebird.py
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/oracle.py
test/orm/unitofwork.py