diff options
| author | 2025-03-03 10:42:05 +0000 | |
|---|---|---|
| committer | 2025-03-11 09:42:56 +0100 | |
| commit | 12d4d36bc87326c08c138834f0fd6f86729569be (patch) | |
| tree | 7b9ad8e2dc70cbcab267336b6b90dbe146f2c35a /vendor/github.com/uptrace/bun/schema/sqlfmt.go | |
| parent | [chore]: Bump github.com/ncruces/go-sqlite3 from 0.23.0 to 0.24.0 (#3862) (diff) | |
| download | gotosocial-12d4d36bc87326c08c138834f0fd6f86729569be.tar.xz | |
bumps our uptrace/bun dependencies to v1.2.10 (#3865)
Diffstat (limited to 'vendor/github.com/uptrace/bun/schema/sqlfmt.go')
| -rw-r--r-- | vendor/github.com/uptrace/bun/schema/sqlfmt.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/uptrace/bun/schema/sqlfmt.go b/vendor/github.com/uptrace/bun/schema/sqlfmt.go index 7b4a9493f..5a9d70460 100644 --- a/vendor/github.com/uptrace/bun/schema/sqlfmt.go +++ b/vendor/github.com/uptrace/bun/schema/sqlfmt.go @@ -50,6 +50,7 @@ func (s Ident) AppendQuery(fmter Formatter, b []byte) ([]byte, error) { //------------------------------------------------------------------------------ +// NOTE: It should not be modified after creation. type QueryWithArgs struct { Query string Args []interface{} |
