Skip to content

Commit f694188

Browse files
committed
Merge commit 'refs/pull/32/head' of https://github.com/hackolade/PostgreSQL
2 parents b1319ff + e57fa42 commit f694188

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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)