xorm/internal/statements
Lunny Xiao 962962bb64 Fix #929 (#1936)
sql server doesn't accept to insert a blank datetime like `0001-01-01 00:00:00`. So that we have a break change here that deleted column should not have a notnull tag.

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1936
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-07-03 20:26:49 +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 Fix #929 (#1936) 2021-07-03 20:26:49 +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 fix lint (#1953) 2021-06-15 20:28:49 +08:00
statement.go Fix #929 (#1936) 2021-07-03 20:26:49 +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 Improve get field value of bean (#1961) 2021-06-29 14:32:29 +08:00
values.go Fix json tag with other type (#1822) 2020-11-03 17:10:35 +08:00