summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@rd.io>2012-09-07 14:14:06 -0400
committerAlex Gaynor <alex.gaynor@rd.io>2012-09-07 14:14:06 -0400
commite4ea53677449cfc56a0093bfbd92cb482020bb1e (patch)
tree063672a6318414efc1a0ced631d9212a9113c336 /docs
parenta92b81b0e8adc47a1357a3fa26324cbda226f211 (diff)
Ensued that SQL indexes are alwasy created in the same name.
Previous this used Python's builtin hash() function, which has never been guarnteed to be stable across implementations (CPython/Jython/etc.) or 32/64 bitness. However, this in practice it was stable. However, with the impending release of Python 3.3 hash randomizations is enabled by default, which would mean the index name changed between program invocations.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions