David Marshall

Results 4 issues of David Marshall

## What you are doing? Attempting to connect to an SSL enabled db, using a provided configuration file. `config.js` ```js module.exports = { "postgres://myuser:[email protected]:5432/mydb", { "ssl": true, "dialectOptions": { "ssl":...

bug

#### Context * *node version*: 16.13.0 * *module version*: 17.5.0 * *environment* (e.g. node, browser, native): node * *used with* (e.g. hapi application, another framework, standalone, ...): standalone * *any...

Where no handler is provided to wb.write(), the current method uses native fs to write to the buffer: ``` fs.writeFile(fileName, buffer, function ( if (err) { throw err; } });...

SSCCE for issue https://github.com/sequelize/sequelize/issues/13157