xorm/integrations
Lunny Xiao 962962bb64
All checks were successful
continuous-integration/drone/push Build is passing
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: #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
..
testdata Fix bug on import when split SQLs (#1878) 2021-03-23 21:34:42 +08:00
cache_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
engine_group_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
engine_test.go fix pg GetColumns missing comment (#1949) 2021-06-12 22:47:15 +08:00
main_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
processors_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
rows_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_cols_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_cond_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_count_test.go Fix findandcount or count with groupby (#1915) 2021-06-06 20:21:39 +08:00
session_delete_test.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
session_exist_test.go Fix exist (#1921) 2021-06-07 13:45:29 +08:00
session_find_test.go Improve QueryString performance (#1962) 2021-07-02 11:25:20 +08:00
session_get_test.go More clear for Get with nil (#1879) 2021-03-23 21:48:58 +08:00
session_insert_test.go Fix #929 (#1936) 2021-07-03 20:26:49 +08:00
session_iterate_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_pk_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_query_test.go Improve QueryString performance (#1962) 2021-07-02 11:25:20 +08:00
session_raw_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_schema_test.go Add sync tests to confirm #539 is gone (#1937) 2021-06-12 12:11:30 +08:00
session_sum_test.go Fix findandcount or count with groupby (#1915) 2021-06-06 20:21:39 +08:00
session_test.go chore: enable fmt check (#1742) 2020-07-21 04:36:55 +00:00
session_tx_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
session_update_test.go Add test to confirm #1247 resolved (#1951) 2021-06-12 20:35:22 +08:00
tags_test.go More tests (#1890) 2021-04-11 23:41:20 +08:00
tests.go Fix comments (#1893) 2021-04-12 09:19:08 +08:00
time_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
types_null_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
types_test.go test for unsigned int32 (#1923) 2021-06-12 13:27:56 +08:00