Skip to content

Commit 41695b0

Browse files
Merge branch 'main' of https://github.com/hackolade/PostgreSQL into main
2 parents a33b549 + 848e73f commit 41695b0

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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.24",
4-
"versionDate": "2022-07-08",
3+
"version": "0.1.25",
4+
"versionDate": "2022-07-18",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.1.2",

polyglot/adapter.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,33 @@
4242
{
4343
"modify": {
4444
"field": [
45+
{
46+
"from": {
47+
"type": "nvarchar",
48+
"mode": "nchar"
49+
},
50+
"to": {
51+
"mode": "char"
52+
}
53+
},
54+
{
55+
"from": {
56+
"type": "nvarchar",
57+
"mode": "ntext"
58+
},
59+
"to": {
60+
"mode": "text"
61+
}
62+
},
63+
{
64+
"from": {
65+
"type": "varchar",
66+
"mode": "tinytext"
67+
},
68+
"to": {
69+
"mode": "text"
70+
}
71+
},
4572
{
4673
"from": {
4774
"type": "nvarchar"

0 commit comments

Comments
 (0)