jet/generator
Felipe Pinheiro ea8a35d497
Remove pgproto3/v2 dep by upgrading pgx/v4 to v5
pgx/v4/stdlib was only used in test infrastructure, but its transitive
dependency on jackc/pgproto3/v2 exposed the build to GO-2026-4518 (DoS
via negative field length panic in DataRow.Decode).

Replaces the pgconn.ParseConfig call via GenerateDSN with url.Parse for
DSN validation, and SELECT current_database() for retrieving the
database name, removing the last non-test dependency on the pgx/v4.

Updates TestUInt64Overflow in tests/postgres to match pgx/v5 error
format: v5 renamed Int to Int64 across pgtype to match database/sql
conventions, so the overflow error now says "int64" instead of "Int8".

Bumps minimum Go version to 1.24 (required by pgx/v5).
2026-03-23 14:00:29 -03:00
..
metadata Add support for additional array types. 2025-10-16 15:09:07 +02:00
mysql Fix false positive security scan issues. 2026-02-16 13:04:00 +01:00
postgres Remove pgproto3/v2 dep by upgrading pgx/v4 to v5 2026-03-23 14:00:29 -03:00
sqlite generator/*: allow passing DB directly 2025-01-17 14:50:59 -05:00
template Add support for additional array types. 2025-10-16 15:09:07 +02:00