Melnikov Levy
Melnikov Levy
If a client of pg-cursor is closed mid query then other queries start to hang. ``` const Cursor = require('pg-cursor'); const {Pool} = require('pg'); const pool = new Pool({ connectionString:...
This method doesn't get stored constants from startup. It queries SimInfo and callbacks with result. This way it is easier to handle permissions.
Adding option to pass key and certificates to tls connection. ## Description Adding tls certificate solved this issue for me: https://github.com/guileen/node-sendmail/issues/76 ## Motivation and Context https://github.com/guileen/node-sendmail/issues/76 - I had this...