]> 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)
commitc7c17e991cc53d201c8bb1e787efc313bebe8d4a
treeebc9ef7a77d1e31a1bc732d344e8c49b37a5a8f9
parent4af7743ce70bce50a8630ba91060101fc941281c
  - [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