Add support for PostgreSQL enum types in PGX datasource (#109863)

This commit is contained in:
Zoltán Bedi
2025-09-05 20:24:54 +02:00
committed by GitHub
parent e2913815d3
commit 8e8c36203f
4 changed files with 87 additions and 8 deletions
@@ -126,6 +126,7 @@ func TestIntegrationPostgresPGXSnapshots(t *testing.T) {
{format: "table", name: "types_char"},
{format: "table", name: "types_datetime_pgx"},
{format: "table", name: "types_other"},
{format: "table", name: "types_enum"},
{format: "table", name: "timestamp_convert_bigint"},
{format: "table", name: "timestamp_convert_integer"},
{format: "table", name: "timestamp_convert_real"},