diff options
| author | 2021-09-08 20:22:24 +0100 | |
|---|---|---|
| committer | 2021-09-08 20:22:24 +0100 | |
| commit | 299801f299737364cdd3e5a526bd40df5c48ca93 (patch) | |
| tree | 2d0926cdcf3088781842a83fd8ed50593006ccc2 /vendor/github.com/uptrace/bun/dialect/feature | |
| parent | rework media processing a little bit (#191) (diff) | |
| parent | update bun library -> v1.0.4 (diff) | |
| download | gotosocial-299801f299737364cdd3e5a526bd40df5c48ca93.tar.xz | |
Merge pull request #195 from NyaaaWhatsUpDoc/update/bun-library
update bun library -> v1.0.4
Diffstat (limited to 'vendor/github.com/uptrace/bun/dialect/feature')
| -rw-r--r-- | vendor/github.com/uptrace/bun/dialect/feature/feature.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/github.com/uptrace/bun/dialect/feature/feature.go b/vendor/github.com/uptrace/bun/dialect/feature/feature.go index ff8f1d625..257e091fa 100644 --- a/vendor/github.com/uptrace/bun/dialect/feature/feature.go +++ b/vendor/github.com/uptrace/bun/dialect/feature/feature.go @@ -4,10 +4,9 @@ import "github.com/uptrace/bun/internal" type Feature = internal.Flag -const DefaultFeatures = Returning | TableCascade - const ( - Returning Feature = 1 << iota + CTE Feature = 1 << iota + Returning DefaultPlaceholder DoubleColonCast ValuesRow |
