Skip to content

Commit 1e48ac7

Browse files
committed
Skip not supported queries
1 parent 894ec8f commit 1e48ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SQLServer",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"versionDate": "2020-05-28",
55
"author": "hackolade",
66
"engines": {

reverse_engineering/databaseService/helpers/getNewConnectionClientByDb.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const getNewConnectionClientByDb = async (connectionClient, currentDbName) => {
1515
password,
1616
server,
1717
port,
18-
connectionTimeout: 120000,
19-
requestTimeout: 120000,
18+
connectionTimeout: 90000,
19+
requestTimeout: 90000,
2020
options: {
2121
encrypt: true,
2222
},

0 commit comments

Comments
 (0)