Support decoding of TimestampOid in stdlib driver
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user