Patrick Malouin
Patrick Malouin
A not-so-great workaround would be to patch the store like this: ``` var sessionStore = new KnexSessionStore({ knex: knex, tablename: 'sessions', // optional. Defaults to 'sessions' createtable : false });...
We're also affected by this issue. It looks like the fix in https://github.com/brianc/node-postgres/pull/3428 solved the same issue just for extensioned require()s like `require('pg/lib/type-overrides.js')`, but not for extensionless expressions like `require('pg/lib/type-overrides')`....
Version 1.9.12 fixed the issue for us. Thanks a lot on the quick fix 🙇♂️