We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a972c commit b57a3d5Copy full SHA for b57a3d5
main.js
@@ -377,6 +377,7 @@ function connect(callback) {
377
}
378
379
// connect first to DB postgres and create iobroker DB
380
+ adapter.log.info('Postgres connection options: ' + JSON.stringify(params));
381
_client = new SQL[clients[adapter.config.dbtype].name](params);
382
_client.on && _client.on('error', err =>
383
adapter.log.warn('SQL client error: ' + err));
package.json
@@ -22,7 +22,7 @@
22
],
23
"optionalDependencies": {
24
"mysql": "^2.18.1",
25
- "pg": "8.0.3",
+ "pg": "8.2.2",
26
"sqlite3": "^5.0.0",
27
"mssql": "^6.2.0"
28
},
0 commit comments