Skip to content

Commit 478239c

Browse files
committed
0.2.0 release
1 parent e29e911 commit 478239c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebolt-sdk",
3-
"version": "0.1.21",
3+
"version": "0.2.0",
44
"description": "Official firebolt Node.JS sdk",
55
"main": "./build/src/index.js",
66
"types": "./build/src/index.d.ts",

src/statement/dataTypes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ const COMPLEX_TYPE = /(nullable|array)\((.+)\)/;
5151

5252
const DATE_TYPES = withNullableTypes([
5353
"pg_date",
54+
"pgdate",
5455
"date",
5556
"timestamp",
5657
"timestamp_tz",
58+
"timestamptz",
5759
"timestamp_ntz",
60+
"timestampntz",
5861
"datetime",
5962
"date32",
6063
"date_ext",

0 commit comments

Comments
 (0)