]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] The CreateIndex construct in Oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 20:00:46 +0000 (20:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Sep 2012 20:00:46 +0000 (20:00 +0000)
commitbba1d01b26adb2db5b3c3fc41b94834cec5c73fc
tree8d8b78427343fe0afae089602adbea4b8bde60e2
parent0c3e2b49b99655edba28230a70622982faba7185
  - [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.
CHANGES
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_oracle.py