..
.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
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
associations_has_many_test.go
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +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: association many2many duplicate elem ( #5473 )
2022-07-01 15:12:15 +08:00
associations_test.go
fix empty QueryClauses in association ( #5502 ) ( #5503 )
2022-07-15 11:15:18 +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: callbcak sort when using multiple plugin ( #5304 )
2022-04-30 09:57:16 +08:00
connection_test.go
fix: omit not work when use join ( #5034 )
2022-01-28 22:16:42 +08:00
connpool_test.go
Refactor Tx interface
2022-03-01 16:59:50 +08:00
count_test.go
Refactor preload error check
2022-03-17 11:22:25 +08:00
create_test.go
fixed FirstOrCreate not handled error when table is not exists ( #5367 )
2022-05-28 22:18:43 +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
Fix docker-compose test env for Mac M1
2022-01-30 22:05:38 +08:00
embedded_struct_test.go
Fix create database foreign keys for same type having has many/one & many2many relationships, close #3424
2020-09-08 18:25:29 +08:00
go.mod
Fix serializer with empty string
2022-07-11 11:51:05 +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
Update select tests
2022-07-14 14:55:54 +08:00
hooks_test.go
fix: preload with skip hooks ( #5310 )
2022-05-04 18:57:53 +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 scanIntoStruct ( #5241 )
2022-04-13 15:47:04 +08:00
main_test.go
style: fix coding typo ( #5184 )
2022-03-24 09:31:58 +08:00
migrate_test.go
test: pg array type ( #5480 )
2022-07-04 16:42:27 +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
Should ignore error when parsing default value for time, close #5176
2022-03-20 08:55:08 +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
fix: preload panic when model and dest different close #5130
2022-03-18 13:38:46 +08:00
prepared_stmt_test.go
Fix prepared statement in transaction mode can't be shared in normal operations, close #3927
2021-01-10 16:46:06 +08:00
query_test.go
fix: reset null value in slice ( #5417 )
2022-06-14 13:48:50 +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
ci: add gofumpt check in reviewdog ( #4973 )
2022-01-06 15:02:53 +08:00
serializer_test.go
Fix serializer with empty string
2022-07-11 11:51:05 +08:00
soft_delete_test.go
fix: generate sql incorrect when use soft_delete and only one OR ( #4969 )
2021-12-30 11:47:14 +08:00
sql_builder_test.go
Support Scopes in group conditions
2022-04-20 17:21:38 +08:00
table_test.go
fix: table couln't be reentrant ( #4556 )
2021-08-09 13:20:22 +08:00
tests_all.sh
Fix github action
2022-01-30 22:46:41 +08:00
tests_test.go
test: test for skip prepared when auto migrate ( #5350 )
2022-05-22 16:12:28 +08:00
transaction_test.go
fix: trx in hooks clone stmt ( #5338 )
2022-05-17 14:13:41 +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
Update select tests
2022-07-14 14:55:54 +08:00
upsert_test.go
style: fix coding typo ( #5184 )
2022-03-24 09:31:58 +08:00