diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 20:00:46 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-09-30 20:00:46 +0000 |
| commit | bba1d01b26adb2db5b3c3fc41b94834cec5c73fc (patch) | |
| tree | 8d8b78427343fe0afae089602adbea4b8bde60e2 /CHANGES | |
| parent | 0c3e2b49b99655edba28230a70622982faba7185 (diff) | |
| download | sqlalchemy-bba1d01b26adb2db5b3c3fc41b94834cec5c73fc.tar.gz | |
- [bug] The CreateIndex construct in Oracle
will now schema-qualify the name of the index
to be that of the parent table. Previously this
name was omitted which apparently creates the
index in the default schema, rather than that
of the table.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -738,6 +738,13 @@ underneath "0.7.xx". now defaults to STRING, UNICODE, removing CLOB, NCLOB from the list. [ticket:2469] + - [bug] The CreateIndex construct in Oracle + will now schema-qualify the name of the index + to be that of the parent table. Previously this + name was omitted which apparently creates the + index in the default schema, rather than that + of the table. + - extensions - [removed] The SQLSoup extension is removed from SQLAlchemy, and is now an external project. |
