Skip to content

Commit fa1ac80

Browse files
committed
Handle RE of views with bindings error
1 parent 05e3059 commit fa1ac80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "Synapse",
3-
"version": "0.1.28",
4-
"versionDate": "2021-11-10",
3+
"version": "0.1.29",
4+
"versionDate": "2021-12-07",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.2.0",

reverse_engineering/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"errors": {
3-
"NO_DATABASES": "There is no databases in SQL Server instance",
4-
"WRONG_CONNECTION": "Can not connect to SQL Server instance"
3+
"NO_DATABASES": "There is no databases in Synapse instance",
4+
"WRONG_CONNECTION": "Can not connect to Synapse instance"
55
},
66
"defaultDdlType": "msSqlServer",
77
"excludeDocKind": ["id"],

0 commit comments

Comments
 (0)