fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go (#3607)

This commit is contained in:
Kevin Wan
2023-10-09 21:57:26 +08:00
committed by GitHub
parent 5aedd9c076
commit abd1fa96a9
3 changed files with 69 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ const (
leftSquareBracket = '['
rightSquareBracket = ']'
segmentSeparator = ','
intSize = 32 << (^uint(0) >> 63)
intSize = 32 << (^uint(0) >> 63) // 32 or 64
)
var (