diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-24 11:17:16 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-24 11:17:16 -0400 |
| commit | c7c17e991cc53d201c8bb1e787efc313bebe8d4a (patch) | |
| tree | ebc9ef7a77d1e31a1bc732d344e8c49b37a5a8f9 /CHANGES | |
| parent | 4af7743ce70bce50a8630ba91060101fc941281c (diff) | |
| download | sqlalchemy-c7c17e991cc53d201c8bb1e787efc313bebe8d4a.tar.gz | |
- [bug] Fixed the DropIndex construct to support
an Index associated with a Table in a remote
schema. [ticket:2571]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -779,6 +779,10 @@ are also present in 0.8. adding new content each time. [ticket:2566] - sql + - [bug] Fixed the DropIndex construct to support + an Index associated with a Table in a remote + schema. [ticket:2571] + - [bug] Fixed CTE bug whereby positional bound parameters present in the CTEs themselves would corrupt the overall ordering of |
