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 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"]" `;