Skip to content

Commit

Permalink
Update src/query-builder/select-query-builder.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Igal Klebanov <[email protected]>
  • Loading branch information
koskimas and igalklebanov authored Jul 13, 2023
1 parent 42666c9 commit af3b0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query-builder/select-query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,8 @@ export class SelectQueryBuilder<DB, TB extends keyof DB, O>
* .orderBy('name')
* ```
*
* You can provide a callback to get an expression builder:
* You can provide a callback to get an expression builder.
* In the following example, this allows us to wrap the query in parentheses:
*
* ```ts
* db.selectFrom('person')
Expand Down

0 comments on commit af3b0be

Please sign in to comment.