xorm/internal/utils
CyJaySong 63222312b2 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2413)
Fix the issue of incorrect insertion of data in non-UTC time zone zero for numeric types

Co-authored-by: CyJay <cyjay@MacBook-Pro.lan>
Reviewed-on: https://gitea.com/xorm/xorm/pulls/2413
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: CyJaySong <CyJaySong@gmail.com>
Co-committed-by: CyJaySong <CyJaySong@gmail.com>
2024-02-25 16:16:56 +00:00
..
builder.go Refactor orderby and support arguments (#2150) 2022-05-31 11:00:28 +08:00
name.go Add dameng support (#2007) 2021-08-24 13:46:08 +08:00
new.go Refactor find (#2031) 2021-08-11 21:17:23 +08:00
reflect.go
slice.go Add README and fix some lints (#2079) 2021-12-14 09:00:35 +08:00
sql.go
strings.go refactor insert condition generation (#1998) 2021-07-20 13:46:24 +08:00
zero.go Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2413) 2024-02-25 16:16:56 +00:00
zero_test.go