Skip to content

Commit 48536ad

Browse files
committed
Merge commit 'refs/pull/34/head' of https://github.com/hackolade/OpenAPI
2 parents 0778b7d + 3aa2bd2 commit 48536ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"versionDate": "2022-03-04",
55
"author": "hackolade",
66
"engines": {
7-
"hackolade": "5.4.8",
7+
"hackolade": "5.4.7",
88
"hackoladePlugin": "1.0.0"
99
},
1010
"contributes": {

polyglot/adapter.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"type": "date"
4848
},
4949
"to": {
50-
"type": "string",
50+
"type": "varchar",
5151
"format": "date"
5252
}
5353
},
@@ -56,7 +56,7 @@
5656
"type": "time"
5757
},
5858
"to": {
59-
"type": "string",
59+
"type": "varchar",
6060
"format": "date-time"
6161
}
6262
},
@@ -65,7 +65,7 @@
6565
"type": "timestamp_ltz"
6666
},
6767
"to": {
68-
"type": "string",
68+
"type": "varchar",
6969
"format": "date-time"
7070
}
7171
},
@@ -74,7 +74,7 @@
7474
"type": "timestamp_ntz"
7575
},
7676
"to": {
77-
"type": "string",
77+
"type": "varchar",
7878
"format": "date-time"
7979
}
8080
},
@@ -83,7 +83,7 @@
8383
"type": "timestamp_tz"
8484
},
8585
"to": {
86-
"type": "string",
86+
"type": "varchar",
8787
"format": "date-time"
8888
}
8989
}

0 commit comments

Comments
 (0)