Message-ID: From: "df7cb (@df7cb)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 11 Mar 2026 10:11:38 +0000 Subject: [postgresql-interfaces/psqlodbc] issue #160: PG 19: ERROR: non-standard string literals are not supported List-Id: X-GitHub-Author-Id: 1021828 X-GitHub-Author-Login: df7cb X-GitHub-Issue: 160 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: closed X-GitHub-Type: issue X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/160 Content-Type: text/plain; charset=utf-8 The psqlodbc regression tests will need adjustments for the next PG major release: ``` +++ results/quotes.out 2026-03-11 10:53:56.127333862 +0100 SET standard_conforming_strings=off -Executing: SELECT 'foo', ?::text with param: param'quote ... -disconnecting +SQLExecDirect failed +0A000=ERROR: non-standard string literals are not supported; +Error while executing the query ``` ``` 2026-03-11 10:53:56.132 CET [581317] myon@contrib_regression ERROR: non-standard string literals are not supported 2026-03-11 10:53:56.132 CET [581317] myon@contrib_regression STATEMENT: SET standard_conforming_strings=off ```