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.go2
1 files changed, 2 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 510d6e5de..956dc4985 100644
--- a/vendor/github.com/uptrace/bun/dialect/feature/feature.go
+++ b/vendor/github.com/uptrace/bun/dialect/feature/feature.go
@@ -29,4 +29,6 @@ const (
OffsetFetch
SelectExists
UpdateFromTable
+ MSSavepoint
+ GeneratedIdentity
)