fix(database): knex propagate create errors (#7155)

pull/7034/merge
otbutz 1 month ago committed by GitHub
parent 59345444e5
commit aa40ffdf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -275,7 +275,6 @@ class Database {
// See: https://github.com/knex/knex/issues/3176#issuecomment-3389054899
min: 0,
max: 20,
propagateCreateError: false,
acquireTimeoutMillis: acquireConnectionTimeout,
afterCreate: (rawConn, done) => {
this.initSQLite(rawConn, testMode)

Loading…
Cancel
Save