mirror of https://github.com/jackc/pgx.git
Fixes #1684 QCharArrayOID being defined with the wrong OID
parent
2f6fcf8eb0
commit
bd3e0d422c
|
@ -44,7 +44,7 @@ const (
|
|||
MacaddrOID = 829
|
||||
InetOID = 869
|
||||
BoolArrayOID = 1000
|
||||
QCharArrayOID = 1003
|
||||
QCharArrayOID = 1002
|
||||
NameArrayOID = 1003
|
||||
Int2ArrayOID = 1005
|
||||
Int4ArrayOID = 1007
|
||||
|
|
Loading…
Reference in New Issue