postgres: tests: improved number->timestamp tests (#81495)

* postgres: tests: nicer values

* postgres: tests: add float-to-timestamp tests
This commit is contained in:
Gábor Farkas
2024-01-29 17:27:15 +01:00
committed by GitHub
parent 2d432d6ff3
commit ba544e5b33
9 changed files with 268 additions and 12 deletions

View File

@ -127,6 +127,8 @@ func TestIntegrationPostgresSnapshots(t *testing.T) {
{format: "table", name: "types_other"},
{format: "table", name: "timestamp_convert_bigint"},
{format: "table", name: "timestamp_convert_integer"},
{format: "table", name: "timestamp_convert_real"},
{format: "table", name: "timestamp_convert_double"},
}
for _, test := range tt {