xorm/internal/statements
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
..
cache.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
column_map.go Fix map with cols (#1575) 2020-03-06 08:55:12 +00:00
expr.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
insert.go Support batch insert map (#2019) 2021-07-29 16:12:09 +08:00
pk.go Fix bug when ID used but no reference table given (#1709) 2020-06-13 01:20:25 +00:00
query.go Add test for limit with query (#1787) 2021-07-21 21:13:15 +08:00
statement.go Fix timesatmp (#2021) 2021-08-04 16:12:10 +08:00
statement_args.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
statement_test.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
update.go Fix timesatmp (#2021) 2021-08-04 16:12:10 +08:00
values.go Fix timesatmp (#2021) 2021-08-04 16:12:10 +08:00