Skip to content

Commit a33b549

Browse files
Merge branch 'main' of https://github.com/hackolade/PostgreSQL into main
2 parents e1deeab + 2de4a02 commit a33b549

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.1.23",
4-
"versionDate": "2022-06-24",
3+
"version": "0.1.24",
4+
"versionDate": "2022-07-08",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.1.2",

polyglot/adapter.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@
5858
"mode": "numeric"
5959
}
6060
},
61+
{
62+
"from": {
63+
"mode": "dec"
64+
},
65+
"to": {
66+
"mode": "numeric"
67+
}
68+
},
69+
{
70+
"from": {
71+
"mode": "fixed"
72+
},
73+
"to": {
74+
"mode": "numeric"
75+
}
76+
},
6177
{
6278
"from": {
6379
"mode": "long"

0 commit comments

Comments
 (0)