mirror of
https://github.com/jackc/pgx.git
synced 2025-05-26 01:11:20 +00:00
Support decoding of TimestampOid in stdlib driver
This commit is contained in:
parent
a0c76b897c
commit
a56e35ad0a
@ -73,6 +73,7 @@ func init() {
|
||||
databaseSqlOids[pgx.Float8Oid] = true
|
||||
databaseSqlOids[pgx.DateOid] = true
|
||||
databaseSqlOids[pgx.TimestampTzOid] = true
|
||||
databaseSqlOids[pgx.TimestampOid] = true
|
||||
}
|
||||
|
||||
type Driver struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user