You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem querying for single apostrophies such as "redacted's" in WHERE clause
WHERE
(fv.field_predicate_id = 11 AND ( (LOWER(fv.value) LIKE '%redacted%'))) AND
(fv.field_predicate_id = 29 AND ( (LOWER(fv.value) LIKE '%redacted redacted's redacted%') OR (LOWER(fv.value) LIKE '%redacted redacted%')))]; nested exception is org.postgresql.util.PSQLException: Unterminated string literal started at position 489 in SQL SELECT
The text was updated successfully, but these errors were encountered:
problem querying for single apostrophies such as "redacted's" in WHERE clause
WHERE
(fv.field_predicate_id = 11 AND ( (LOWER(fv.value) LIKE '%redacted%'))) AND
(fv.field_predicate_id = 29 AND ( (LOWER(fv.value) LIKE '%redacted redacted's redacted%') OR (LOWER(fv.value) LIKE '%redacted redacted%')))]; nested exception is org.postgresql.util.PSQLException: Unterminated string literal started at position 489 in SQL SELECT
The text was updated successfully, but these errors were encountered: