mirror of https://github.com/jackc/pgx.git
Support decoding of TimestampOid in stdlib driver
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…
Reference in New Issue