You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: postgresql-async/src/main/scala/com/github/mauricio/async/db/postgresql/column/PostgreSQLColumnDecoderRegistry.scala
+3-1
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ class PostgreSQLColumnDecoderRegistry( charset : Charset = CharsetUtil.UTF_8 ) e
67
67
caseColumnTypes.Integer=>IntegerEncoderDecoder
68
68
caseIntegerArray=>this.integerArrayDecoder
69
69
70
+
caseOID=>LongEncoderDecoder
71
+
caseOIDArray=>this.longArrayDecoder
72
+
70
73
caseColumnTypes.Numeric=>BigDecimalEncoderDecoder
71
74
caseNumericArray=>this.bigDecimalArrayDecoder
72
75
@@ -103,7 +106,6 @@ class PostgreSQLColumnDecoderRegistry( charset : Charset = CharsetUtil.UTF_8 ) e
0 commit comments