Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
The PostgreSQL concat() function handles nulls and non-text values better than the || operator.
Showing
Please
register
or
sign in
to comment
The PostgreSQL concat() function handles nulls and non-text values better than the || operator.