Skip to content

psql ODBC Linux CI - Fix statement rollback discarding the whole transaction on a syntax error (#203) (#204) * test: add failing regression test for issue #203 (statement rollback vs syntax error) With Protocol=7.4-2 (statement rollback), a syntax error currently rolls back the entire transaction instead of just the offending statement, silently discarding earlier work. This test inserts a row, triggers a syntax error, and asserts the row survives -- plus an execution-time error case that already works... #97

psql ODBC Linux CI - Fix statement rollback discarding the whole transaction on a syntax error (#203) (#204) * test: add failing regression test for issue #203 (statement rollback vs syntax error) With Protocol=7.4-2 (statement rollback), a syntax error currently rolls back the entire transaction instead of just the offending statement, silently discarding earlier work. This test inserts a row, triggers a syntax error, and asserts the row survives -- plus an execution-time error case that already works...

psql ODBC Linux CI - Fix statement rollback discarding the whole transaction on a syntax error (#203) (#204) * test: add failing regression test for issue #203 (statement rollback vs syntax error) With Protocol=7.4-2 (statement rollback), a syntax error currently rolls back the entire transaction instead of just the offending statement, silently discarding earlier work. This test inserts a row, triggers a syntax error, and asserts the row survives -- plus an execution-time error case that already works... #97

Triggered via push August 27, 2026 18:38
Status Success
Total duration 2m 24s
Artifacts

linux.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Red Hat (Fedora)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Debian (Ubuntu)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/