]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- tables with schemas can still be used in sqlite, firebird,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Dec 2007 21:14:09 +0000 (21:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Dec 2007 21:14:09 +0000 (21:14 +0000)
commita5f2aab9e0177b32aebb23ea4393c1f71a5e8831
tree2e9e105195f64ce63db746bf779d7ae0dbf9815d
parent9629838f7dceab972c70938b58b7ec1ff44739e2
- tables with schemas can still be used in sqlite, firebird,
schema name just gets dropped [ticket:890]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/engine/reflection.py