xorm/integrations
Lunny Xiao cace6862e2
All checks were successful
continuous-integration/drone/push Build is passing
Move convert back to xorm.io/xorm/convert (#2030)
Since `conversion.Conversion` has been referenced by external package, it should not be moved as internal package.

Reviewed-on: #2030
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-08-10 23:20:53 +08:00
..
testdata Fix import file bug (#2025) 2021-08-06 11:26:22 +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 import file bug (#2025) 2021-08-06 11:26:22 +08:00
main_test.go Move all integrations tests to a standalone sub package (#1635) 2020-03-27 07:13:04 +00:00
performance_test.go Add benchmark tests (#1978) 2021-07-07 18:17:47 +08: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 Support delete with no bean (#1926) 2021-07-06 17:11:45 +08:00
session_exist_test.go Fix exist (#1921) 2021-06-07 13:45:29 +08:00
session_find_test.go Fix wrong comment (#2027) 2021-08-08 11:00:11 +08:00
session_get_test.go Move convert back to xorm.io/xorm/convert (#2030) 2021-08-10 23:20:53 +08:00
session_insert_test.go Support batch insert map (#2019) 2021-07-29 16:12:09 +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 improve uint tests (#1990) 2021-07-14 17:06:53 +08:00
session_query_test.go Add test for limit with query (#1787) 2021-07-21 21:13:15 +08:00
session_raw_test.go Exec with time arg now will obey time zone settings on engine (#1989) 2021-07-14 12:20:26 +08:00
session_schema_test.go Add database alias table and fix wrong warning (#1947) 2021-07-07 17:09:40 +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 pgx driver support (#1795) 2021-08-05 14:04:11 +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 Fix timesatmp (#2021) 2021-08-04 16:12:10 +08:00
types_null_test.go Refactor asbytes (#1995) 2021-07-19 00:21:46 +08:00
types_test.go Move convert back to xorm.io/xorm/convert (#2030) 2021-08-10 23:20:53 +08:00