mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 11:43:01 -06:00
update bun library -> v1.0.4
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
2b14b20802
commit
bdcc090851
87 changed files with 538 additions and 503 deletions
5
vendor/github.com/uptrace/bun/dialect/feature/feature.go
generated
vendored
5
vendor/github.com/uptrace/bun/dialect/feature/feature.go
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue