Merge pull request #13477 from backstage/freben/return
Update some comments now that knex has some partial sqlite3 returning() support
This commit is contained in:
@@ -112,6 +112,7 @@ export class DefaultProcessingDatabase implements ProcessingDatabase {
|
||||
});
|
||||
|
||||
// Delete old relations
|
||||
// NOTE(freben): knex implemented support for returning() on update queries for sqlite, but at the current time of writing (Sep 2022) not for delete() queries.
|
||||
let previousRelationRows: DbRelationsRow[];
|
||||
if (
|
||||
tx.client.config.client.includes('sqlite3') ||
|
||||
|
||||
Reference in New Issue
Block a user