We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776730d commit f6345ccCopy full SHA for f6345cc
index.d.ts
@@ -30,18 +30,18 @@ interface SelectionOptions extends BaseOptions {
30
all?: boolean,
31
columns?: string[],
32
from: string,
33
- where?: (string | Expression)[]
+ where?: (string | BooleanExpression)[]
34
}
35
36
interface UpdateOptions extends BaseOptions {
37
table: string,
38
- set: (string | Expression)[],
39
+ set: (string | BooleanExpression)[],
40
41
42
interface DeleteOptions extends BaseOptions {
43
44
45
46
47
interface BooleanExpression {
0 commit comments