]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Some fixes on reflection tests (firebird):
authorRoger Demetrescu <roger.demetrescu@gmail.com>
Tue, 2 Oct 2007 04:43:19 +0000 (04:43 +0000)
committerRoger Demetrescu <roger.demetrescu@gmail.com>
Tue, 2 Oct 2007 04:43:19 +0000 (04:43 +0000)
commit3707c9a757385fe54572a5afdeba471571692cd8
treeb2d3484918aa17a92e24638678291121e8b0307a
parentf2814d9e1f80adca2fcee16f3265d2807c6e5c71
Some fixes on reflection tests (firebird):

 * firebird doesn't support create table tablename (columnname type NULL)" syntax (only NOT NULL)
 * firebird doesn't support schemas
test/engine/reflection.py