Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlite3: save an alloc during bind by using time.Time.AppendFormat
This commit changes bind() to use time.Time.AppendFormat, which returns a byte slice, instead of time.Time.Format, which returns a string that must then be converted to a byte slice. This should save an allocation.
- Loading branch information