]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reverted previous "strings instead of tuples" change due to more specific test...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Mar 2008 23:30:31 +0000 (23:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Mar 2008 23:30:31 +0000 (23:30 +0000)
commit0f8896e6fa692c0a91eb0980700bee069eddc8ef
treefbee55c4b9682fc993c4b54a7f797a82d9fd6cf3
parent5291acd5974632433cd89a6aa5828224673878ed
- reverted previous "strings instead of tuples" change due to more specific test results showing tuples faster
- changed cache decorator call on default_schema_name call to a connection.info specific one
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/sql/compiler.py