From 89fc1a65470cb1e422ba478bc5c913ce72c31c85 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 10 Jan 2026 09:14:25 +0000 Subject: [PATCH 1/2] chore: update postgres docker image to ghcr.io/constructive-io/docker/postgres-plus:17 --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 52079a4cd..57d3d01b6 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -107,7 +107,7 @@ jobs: services: pg_db: - image: pyramation/pgvector:13.3-alpine + image: ghcr.io/constructive-io/docker/postgres-plus:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: password From 29add384c25fadff12291bd72f0d390e53787425 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 10 Jan 2026 09:29:28 +0000 Subject: [PATCH 2/2] fix: update snapshot for PG17 error message format --- .../__snapshots__/postgres-test.enhanced-errors.test.ts.snap | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/pgsql-test/__tests__/__snapshots__/postgres-test.enhanced-errors.test.ts.snap b/postgres/pgsql-test/__tests__/__snapshots__/postgres-test.enhanced-errors.test.ts.snap index a488bc46b..fc2f9c33f 100644 --- a/postgres/pgsql-test/__tests__/__snapshots__/postgres-test.enhanced-errors.test.ts.snap +++ b/postgres/pgsql-test/__tests__/__snapshots__/postgres-test.enhanced-errors.test.ts.snap @@ -4,6 +4,7 @@ exports[`Enhanced PostgreSQL Error Messages JSON/JSONB Type Mismatch Errors snap "invalid input syntax for type json Detail: Token "not_valid_json" is invalid. Where: JSON data, line 1: not_valid_json +unnamed portal parameter $2 = '...' Query: INSERT INTO test_json_errors (name, config) VALUES ($1, $2) Values: ["test_name","not_valid_json"]" `;