mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 20:52:24 -05:00
upstep bun version (#243)
This commit is contained in:
parent
ddfd83d0fb
commit
142f37f1bd
23 changed files with 146 additions and 57 deletions
3
vendor/github.com/uptrace/bun/dialect/append.go
generated
vendored
3
vendor/github.com/uptrace/bun/dialect/append.go
generated
vendored
|
|
@ -95,9 +95,6 @@ func AppendBytes(b []byte, bytes []byte) []byte {
|
|||
}
|
||||
|
||||
func AppendTime(b []byte, tm time.Time) []byte {
|
||||
if tm.IsZero() {
|
||||
return AppendNull(b)
|
||||
}
|
||||
b = append(b, '\'')
|
||||
b = tm.UTC().AppendFormat(b, "2006-01-02 15:04:05.999999-07:00")
|
||||
b = append(b, '\'')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue