summaryrefslogtreecommitdiff
path: root/vendor/github.com/uptrace/bun/dialect/feature/feature.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/uptrace/bun/dialect/feature/feature.go')
-rw-r--r--vendor/github.com/uptrace/bun/dialect/feature/feature.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/dialect/feature/feature.go b/vendor/github.com/uptrace/bun/dialect/feature/feature.go
index 956dc4985..e311394d5 100644
--- a/vendor/github.com/uptrace/bun/dialect/feature/feature.go
+++ b/vendor/github.com/uptrace/bun/dialect/feature/feature.go
@@ -31,4 +31,5 @@ const (
UpdateFromTable
MSSavepoint
GeneratedIdentity
+ CompositeIn // ... WHERE (A,B) IN ((N, NN), (N, NN)...)
)