]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Corrected the "has_sequence" query to take current schema,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Oct 2009 04:47:02 +0000 (04:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Oct 2009 04:47:02 +0000 (04:47 +0000)
commit5a140299b3ec6c7d800484fd6b5acedacc4aabb7
tree80cc5623b6281f6cec568b82764e4affdefab4f3
parent7dddcd140339509fb3d208a37eb1ac0f1ea3aa3a
- Corrected the "has_sequence" query to take current schema,
or explicit sequence-stated schema, into account.
[ticket:1576]
CHANGES
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/ddl.py
test/engine/test_reflection.py