]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed the DropIndex construct to support
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Sep 2012 15:17:16 +0000 (11:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Sep 2012 15:17:16 +0000 (11:17 -0400)
commit43453dfa31b4b399c38101eabf9f9b6dc9b0b7cd
treebaecf4abff3625c61d6052f9e619393b9fccbc83
parent2e72b91a0c179fda023b0487a8922fc2a1705d2a
- [bug] Fixed the DropIndex construct to support
    an Index associated with a Table in a remote
    schema. [ticket:2571]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_constraints.py