• Simon Charette's avatar
    Fixed #30385 -- Restored SearchVector(config) immutability. · 405c8363
    Simon Charette yazdı
    Regression in 1a28dc38.
    
    The usage of CONCAT to allow SearchVector to deal with non-text fields
    made the generated expression non-IMMUTABLE which prevents a functional
    index to be created for it.
    
    Using a combination of COALESCE and ::text makes sure the expression
    preserves its immutability.
    
    Refs #29582. Thanks Andrew Brown for the report, Nick Pope for the
    review.
    405c8363
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
js_tests Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.editorconfig Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
Gruntfile.js Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
LICENSE.python Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
package.json Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
tox.ini Loading commit data...