Skip to content

Commit 73192e4

Browse files
docs(returning): remove outdated SQLite alias workaround (#1793)
1 parent b4566a1 commit 73192e4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/query-builder/returning-interface.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ export interface ReturningInterface<DB, TB extends keyof DB, O> {
1616
* On supported databases like PostgreSQL, this method can be chained to
1717
* `insert`, `update`, `delete` and `merge` queries to return data.
1818
*
19-
* Note that on SQLite you need to give aliases for the expressions to avoid
20-
* [this bug](https://sqlite.org/forum/forumpost/033daf0b32) in SQLite.
21-
* For example `.returning('id as id')`.
22-
*
2319
* Also see the {@link returningAll} method.
2420
*
2521
* ### Examples

0 commit comments

Comments
 (0)