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 e29e911 commit 478239cCopy full SHA for 478239c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "firebolt-sdk",
3
- "version": "0.1.21",
+ "version": "0.2.0",
4
"description": "Official firebolt Node.JS sdk",
5
"main": "./build/src/index.js",
6
"types": "./build/src/index.d.ts",
src/statement/dataTypes.ts
@@ -51,10 +51,13 @@ const COMPLEX_TYPE = /(nullable|array)\((.+)\)/;
51
52
const DATE_TYPES = withNullableTypes([
53
"pg_date",
54
+ "pgdate",
55
"date",
56
"timestamp",
57
"timestamp_tz",
58
+ "timestamptz",
59
"timestamp_ntz",
60
+ "timestampntz",
61
"datetime",
62
"date32",
63
"date_ext",
0 commit comments