Skip to content

Commit

Permalink
Use select helper inside parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Jun 26, 2023
1 parent f5ec5a0 commit c2fe67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ const builders = Object.entries({
select,
as: select,
returning: select,
'\\(': select,

update(first, rest, parameters, types, options) {
return (rest.length ? rest.flat() : Object.keys(first)).map(x =>
Expand Down

0 comments on commit c2fe67b

Please sign in to comment.