2
0

Support decoding of TimestampOid in stdlib driver

This commit is contained in:
Samuel Stauffer
2015-08-25 17:24:33 -07:00
parent a0c76b897c
commit a56e35ad0a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 {