xorm/tests
tylerthail2019 34e62e9b4c
All checks were successful
release / release (push) Successful in 9m36s
add IsZero check for custom struct column in the Update method (#2417)
Co-authored-by: tyler <tyler@mbp.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: #2417
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
Co-committed-by: tylerthail2019 <tylerthail2019@noreply.gitea.com>
2024-03-18 06:43:33 +00:00
..
testdata Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
cache_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
engine_dm_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
engine_group_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
engine_test.go Use github.com/microsoft/go-mssqldb instead of old mssqldb repository (#2386) (#2390) 2024-01-16 07:56:04 +00:00
main_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
performance_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
processors_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
rows_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
schema_test.go Support not drop index when sync (#2429) 2024-03-15 03:13:09 +00:00
session_cols_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_cond_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_count_test.go some refactors for write functions (#2342) 2023-10-25 07:11:18 +00:00
session_delete_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_exist_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_find_test.go Add test for max ( id ) (#2316) 2023-09-16 13:48:49 +00:00
session_get_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_insert_test.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
session_iterate_test.go Fix #2393 (#2395) 2024-01-15 14:06:34 +00:00
session_pk_test.go fix the error in mysql: unknown colType UNSIGNED FLOAT (#2143) 2023-09-16 15:43:12 +00:00
session_query_test.go Fix bug when join with alias start with a (#2343) 2023-10-25 11:01:46 +00:00
session_raw_test.go Exec support conversion data (#1970) 2023-08-07 10:54:57 +00:00
session_sum_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_test.go Fix use hint with join bug (#2384) 2023-12-30 06:28:44 +00:00
session_tx_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
session_update_test.go Implement update join (#2383) (#2385) 2023-12-30 10:50:02 +00:00
sync_test.go Remove dead code from session.SyncWithOptions() (#2323) 2023-09-16 14:41:02 +00:00
tags_test.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
tests.go Fix mssql get indexes bug when collation is not default with collation test for mssql (#2387) (#2389) 2023-12-31 14:39:33 +00:00
time_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
types_null_test.go Move integrations -> tests (#2314) 2023-07-26 10:44:41 +00:00
types_test.go add IsZero check for custom struct column in the Update method (#2417) 2024-03-18 06:43:33 +00:00