Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Database/HDBC/PostgreSQL/PTypeConv.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ oidToColType oid =
#{const PG_TYPE_INT2} -> SqlSmallIntT
#{const PG_TYPE_OID} -> SqlIntegerT
#{const PG_TYPE_XID} -> SqlIntegerT
#{const PG_TYPE_INT4} -> SqlBigIntT
#{const PG_TYPE_INT4} -> SqlIntegerT
#{const PG_TYPE_INT8} -> SqlBigIntT
#{const PG_TYPE_NUMERIC} -> SqlNumericT
#{const PG_TYPE_FLOAT4} -> SqlRealT
Expand Down