Skip to content

Commit c2fe67b

Browse files
committed
Use select helper inside parenthesis
1 parent f5ec5a0 commit c2fe67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ const builders = Object.entries({
159159
select,
160160
as: select,
161161
returning: select,
162+
'\\(': select,
162163

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

0 commit comments

Comments
 (0)