Skip to content

Commit

Permalink
Merge branch 'main' into file-dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel authored Jul 12, 2024
2 parents 54540e2 + 44b11a2 commit b636b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite/lib/SQLiteService.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SQLiteService extends SQLService {
options: { max: 1, ...this.options.pool },
create: tenant => {
const database = this.url4(tenant)
const dbc = new sqlite(database, {fileMustExist: true})
const dbc = new sqlite(database)

const deterministic = { deterministic: true }
dbc.function('session_context', key => dbc[$session][key])
Expand Down

0 comments on commit b636b2e

Please sign in to comment.