]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- got firebird running
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 22:09:18 +0000 (18:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 22:09:18 +0000 (18:09 -0400)
commit444abbe84722e52ff453542e65a6d8e2208cbc50
tree9c6b5682614c1c5834cd13af8a0ed50659c59b75
parente1d09859c55576f507e75960504719d17a46779c
- got firebird running
- add some failure cases
- [bug] Firebird now uses strict "ansi bind rules"
so that bound parameters don't render in the
columns clause of a statement - they render
literally instead.

- [bug] Support for passing datetime as date when
using the DateTime type with Firebird; other
dialects support this.
CHANGES
lib/sqlalchemy/dialects/firebird/base.py
test/engine/test_execute.py
test/lib/requires.py
test/orm/test_froms.py
test/orm/test_query.py
test/sql/test_case_statement.py
test/sql/test_query.py
test/sql/test_types.py