gorm/callbacks
Andrei Baibaratsky f2321ca164
Fixed creation of associated records with composite primary keys (go-gorm#3817) (#3818)
2020-12-03 15:00:26 +08:00
..
associations.go Fixed creation of associated records with composite primary keys (go-gorm#3817) (#3818) 2020-12-03 15:00:26 +08:00
callbacks.go Support delete associations with Select when deleting 2020-09-10 21:46:18 +08:00
callmethod.go Use NewDB to replace WithConditions for Session 2020-11-17 16:28:37 +08:00
create.go Change UpdatingColumn to SkipHooks 2020-11-17 17:49:43 +08:00
delete.go Change UpdatingColumn to SkipHooks 2020-11-17 17:49:43 +08:00
helper.go Reduce GC alloc 2020-11-10 21:23:20 +08:00
interfaces.go Add GormValuer interface support 2020-08-27 15:03:57 +08:00
preload.go allow SkipHooks when preload & save associations 2020-11-20 16:56:52 +08:00
query.go Refactor QueryFields Option 2020-11-20 15:44:39 +08:00
raw.go DryRun for RowQuery, Exec, close #3106 2020-07-04 08:35:11 +08:00
row.go Fix Scan with soft delete, close #3712 2020-11-04 11:03:22 +08:00
transaction.go Allow temporarily disable default transaction 2020-07-16 18:05:55 +08:00
update.go Change UpdatingColumn to SkipHooks 2020-11-17 17:49:43 +08:00