Skip to content

Commit 29b8d06

Browse files
committed
Code optimization for UrowID
1 parent 97abfbc commit 29b8d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const DB_TYPE_CONVERSION_MAP = new Map([
256256
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR]
257257
])],
258258
[DB_TYPE_ROWID, new Map([
259-
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR]
259+
[DB_TYPE_VARCHAR, DB_TYPE_ROWID]
260260
])],
261261
[DB_TYPE_TIMESTAMP, new Map([
262262
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR],
@@ -271,7 +271,7 @@ const DB_TYPE_CONVERSION_MAP = new Map([
271271
[DB_TYPE_TIMESTAMP_LTZ, DB_TYPE_TIMESTAMP_LTZ]
272272
])],
273273
[DB_TYPE_UROWID, new Map([
274-
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR]
274+
[DB_TYPE_VARCHAR, DB_TYPE_ROWID]
275275
])],
276276
]);
277277

0 commit comments

Comments
 (0)