• Anssi Kääriäinen's avatar
    Made get_indexes() consistent across backends. · a18e43c5
    Anssi Kääriäinen yazdı
    Fixed #15933, #18082 -- the get_indexes() method introspection was
    done inconsitently depending on the backend. For example SQLite
    included all the columns in the table in the returned dictionary,
    while MySQL introspected also multicolumn indexes.
    
    All backends return now consistenly only single-column indexes.
    
    Thanks to andi for the MySQL report, and ikelly for comments on
    Oracle's get_indexes() changes.
    a18e43c5
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...