Skip to content

Commit b1319ff

Browse files
committed
Merge commit 'refs/pull/32/head' of https://github.com/hackolade/PostgreSQL
2 parents 939ca5e + 252698d commit b1319ff

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
@@ -49,6 +49,22 @@
4949
"to": {
5050
"type": "varchar"
5151
}
52+
},
53+
{
54+
"from": {
55+
"mode": "decimal"
56+
},
57+
"to": {
58+
"mode": "numeric"
59+
}
60+
},
61+
{
62+
"from": {
63+
"mode": "long"
64+
},
65+
"to": {
66+
"mode": "bigint"
67+
}
5268
}
5369
]
5470
}

0 commit comments

Comments
 (0)