Skip to content

Commit

Permalink
fix(knex): Add sqlite to returning clients (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muliro1 committed Jan 20, 2024
1 parent e5bf790 commit 59fb40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knex/src/adapter.ts
Expand Up @@ -24,7 +24,7 @@ const OPERATORS = {
$ilike: 'ilike'
}

const RETURNING_CLIENTS = ['postgresql', 'pg', 'oracledb', 'mssql']
const RETURNING_CLIENTS = ['postgresql', 'pg', 'oracledb', 'mssql', 'sqlite3']

export class KnexAdapter<
Result,
Expand Down

0 comments on commit 59fb40b

Please sign in to comment.