xorm/internal/convert
Lunny Xiao 42c2f158e8 Fix timesatmp (#2021)
Now `Datetime` support `Datime(6)` to indicate the time scale. For different database , the max scale is not different.

`Datetime` means `Datetime(0)`.

Reviewed-on: https://gitea.com/xorm/xorm/pulls/2021
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-08-04 16:12:10 +08:00
..
bool.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
conversion.go Move assign functions to convert package (#2015) 2021-07-28 15:15:35 +08:00
float.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
int.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
interface.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
scanner.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
string.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
time.go Fix timesatmp (#2021) 2021-08-04 16:12:10 +08:00
time_test.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00