..
.gitignore
Refactor Prepared Statement
2020-07-28 14:46:48 +08:00
README.md
Setup tests script
2020-02-23 09:38:51 +08:00
associations_belongs_to_test.go
feat: unscoped association ( #5899 ) ( #6246 )
2023-05-04 19:30:45 +08:00
associations_has_many_test.go
feat: unscoped association ( #5899 ) ( #6246 )
2023-05-04 19:30:45 +08:00
associations_has_one_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
associations_many2many_test.go
fix: many2many association with duplicate belongs to elem ( #6206 )
2023-04-11 11:06:13 +08:00
associations_test.go
feat: add tidb integration test cases ( #6014 )
2023-02-08 16:29:09 +08:00
benchmark_test.go
enhancement: Avoid calling reflect.New() when passing in slice of values to `Scan()` ( #5388 )
2022-06-01 11:50:57 +08:00
callbacks_test.go
fix possible nil panic in tests ( #5720 )
2022-09-30 11:14:34 +08:00
connection_test.go
fix: omit not work when use join ( #5034 )
2022-01-28 22:16:42 +08:00
connpool_test.go
Issue 6054: Unscoped not working with PreLoad on Joins ( #6058 )
2023-02-18 09:06:43 +08:00
count_test.go
fix: count with group ( #6157 ) ( #6160 )
2023-03-23 11:19:53 +08:00
create_test.go
fix: unit test ( #6250 )
2023-04-21 22:09:38 +08:00
customize_field_test.go
Fix use uint to for autoCreateTime, autoUpdateTime
2020-09-11 17:33:31 +08:00
default_value_test.go
Support default tag for time.Time
2022-03-17 11:34:27 +08:00
delete_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
distinct_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
docker-compose.yml
quotes on docker-compose.yml ports ( #6089 )
2023-02-27 15:39:02 +08:00
embedded_struct_test.go
fix: 🐛 numeric types in pointer embedded struct test failed ( #6293 )
2023-05-04 19:29:31 +08:00
error_translator_test.go
refactor: translatorError flag added for backward compatibility ( #6178 )
2023-03-24 10:07:05 +08:00
go.mod
fix: unit test ( #6250 )
2023-04-21 22:09:38 +08:00
gorm_test.go
Improve returning support
2021-10-26 22:40:14 +08:00
group_by_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
helper_test.go
Issue 6054: Unscoped not working with PreLoad on Joins ( #6058 )
2023-02-18 09:06:43 +08:00
hooks_test.go
fix: update panic if model is not ptr ( #6037 )
2023-02-18 09:20:29 +08:00
joins_table_test.go
Support delete associations with Select when deleting
2020-09-10 21:46:18 +08:00
joins_test.go
fix: nested joins alias ( #6265 )
2023-04-26 22:19:32 +08:00
main_test.go
style: fix coding typo ( #5184 )
2022-03-24 09:31:58 +08:00
migrate_test.go
test: pgsql alter column from smallint or string to boolean ( #6107 )
2023-03-10 17:11:56 +08:00
multi_primary_keys_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
named_argument_test.go
Fix: Where clauses with named arguments may cause generation of unintended queries ( #4937 )
2021-12-21 19:50:00 +08:00
named_polymorphic_test.go
Add index priority supports
2020-07-08 17:59:40 +08:00
non_std_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
postgres_test.go
Test postgres autoincrement check
2022-10-08 17:16:32 +08:00
preload_suits_test.go
fix: preload panic when model and dest different close #5130
2022-03-18 13:38:46 +08:00
preload_test.go
feat: support embedded preload ( #6137 )
2023-04-11 13:10:38 +08:00
prepared_stmt_test.go
feat(PreparedStmtDB): support reset ( #5782 )
2022-10-19 14:46:59 +08:00
query_test.go
Remove redundant code ( #6087 )
2023-02-27 15:44:35 +08:00
scan_test.go
fix: duplicate column scan ( #5369 )
2022-05-28 22:18:07 +08:00
scanner_valuer_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
scopes_test.go
fix cond in scopes ( #6152 )
2023-04-11 12:01:23 +08:00
serializer_test.go
fix: unit test ( #6250 )
2023-04-21 22:09:38 +08:00
soft_delete_test.go
fix: support zeroValue tag on DeletedAt ( #6011 )
2023-02-01 14:40:55 +08:00
sql_builder_test.go
feat: add tidb integration test cases ( #6014 )
2023-02-08 16:29:09 +08:00
table_test.go
Issue 6054: Unscoped not working with PreLoad on Joins ( #6058 )
2023-02-18 09:06:43 +08:00
tests_all.sh
feat: add tidb integration test cases ( #6014 )
2023-02-08 16:29:09 +08:00
tests_test.go
feat: add tidb integration test cases ( #6014 )
2023-02-08 16:29:09 +08:00
tracer_test.go
add test: TestAutoMigrateInt8PG: shouldn't execute ALTER COLUMN TYPE smallint, close #5762
2022-10-18 17:28:06 +08:00
transaction_test.go
fix possible nil panic in tests ( #5720 )
2022-09-30 11:14:34 +08:00
update_belongs_to_test.go
Update select tests
2022-07-14 14:55:54 +08:00
update_has_many_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
update_has_one_test.go
Update select tests
2022-07-14 14:55:54 +08:00
update_many2many_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
update_test.go
save should be idempotent #6139 ( #6149 )
2023-03-23 11:18:57 +08:00
upsert_test.go
simplified regexp ( #5677 )
2022-09-05 15:39:19 +08:00