gorm/callbacks
Jinzhu 4009ec5816 Fix call hook methods when updating with struct 2020-10-27 18:14:36 +08:00
..
associations.go Support FullSaveAssociations Mode, close #3487, #3506 2020-09-24 19:29:15 +08:00
callbacks.go Support delete associations with Select when deleting 2020-09-10 21:46:18 +08:00
callmethod.go Fix call hook methods when updating with struct 2020-10-27 18:14:36 +08:00
create.go Support FullSaveAssociations Mode, close #3487, #3506 2020-09-24 19:29:15 +08:00
delete.go Refactor cascade delete associations 2020-09-15 14:28:26 +08:00
helper.go returns ErrEmptySlice when creating with zero length slice 2020-09-03 11:32:30 +08:00
interfaces.go Add GormValuer interface support 2020-08-27 15:03:57 +08:00
preload.go Don't marshal to null for associations after preloading, close #3395 2020-09-04 19:09:51 +08:00
query.go Add GormValuer interface support 2020-08-27 15:03:57 +08:00
raw.go DryRun for RowQuery, Exec, close #3106 2020-07-04 08:35:11 +08:00
row.go Fix affected rows for Scan, change affected rows count for row/rows to '-', close #3532 2020-09-27 12:25:38 +08:00
transaction.go Allow temporarily disable default transaction 2020-07-16 18:05:55 +08:00
update.go Fix update attrs order 2020-08-27 19:52:01 +08:00