Skip to content

Commit

Permalink
add && operator
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Dec 3, 2021
1 parent 8e3bd1d commit 32e4d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kysely",
"version": "0.9.5",
"version": "0.9.6",
"description": "Type safe SQL query builder",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/operation-node/operator-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const OPERATORS = [
'!~*',
'exists',
'not exists',
'&&',
] as const

export type Operator = ArrayItemType<typeof OPERATORS>
Expand Down

0 comments on commit 32e4d09

Please sign in to comment.