xorm/tests
2024-05-09 12:47:01 +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 fix: Sync2 will remove AUTO_INCREMENT unexpectly (#2444) (#2445) 2024-04-28 16:12:17 +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 more tests for extends (#2443) 2024-05-09 12:47:01 +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 includeNil requiredField Check when custom struct field IsZero in Update method. (#2438) 2024-04-02 04:26:41 +00:00