Skip to content

Commit 4d67541

Browse files
committed
Issue #125 Fix Time OID
1 parent f1b9e4b commit 4d67541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PgBulkInsert/src/main/java/de/bytefish/pgbulkinsert/pgsql/constants/ObjectIdentifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class ObjectIdentifier {
141141
public static int Date = 1082;
142142

143143
// Time Of Day
144-
public static int Time = 1082;
144+
public static int Time = 1083;
145145

146146
// endregion
147147

0 commit comments

Comments
 (0)