We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97abfbc commit 29b8d06Copy full SHA for 29b8d06
lib/types.js
@@ -256,7 +256,7 @@ const DB_TYPE_CONVERSION_MAP = new Map([
256
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR]
257
])],
258
[DB_TYPE_ROWID, new Map([
259
- [DB_TYPE_VARCHAR, DB_TYPE_VARCHAR]
+ [DB_TYPE_VARCHAR, DB_TYPE_ROWID]
260
261
[DB_TYPE_TIMESTAMP, new Map([
262
[DB_TYPE_VARCHAR, DB_TYPE_VARCHAR],
@@ -271,7 +271,7 @@ const DB_TYPE_CONVERSION_MAP = new Map([
271
[DB_TYPE_TIMESTAMP_LTZ, DB_TYPE_TIMESTAMP_LTZ]
272
273
[DB_TYPE_UROWID, new Map([
274
275
276
]);
277
0 commit comments