gorm/callbacks
black-06 e66a059b82
fix: update panic if model is not ptr (#6037)
* fix: update panic if model is not ptr

* fix: update panic if model is not ptr

* fix: update panic if model is not ptr

* fix: raise an error if the value is not addressable

* fix: return
2023-02-18 09:20:29 +08:00
..
associations.go fix: association without pks (#5779) 2022-10-18 11:58:42 +08:00
callbacks.go Add returning support to delete 2021-10-28 07:56:55 +08:00
callmethod.go fix: update panic if model is not ptr (#6037) 2023-02-18 09:20:29 +08:00
create.go Use defer to close rows to avoid scan panic leak rows 2022-03-29 18:48:32 +08:00
delete.go Refactor check missing where condition 2022-02-25 10:48:23 +08:00
helper.go fix spelling mistake (#5256) 2022-04-14 20:32:57 +08:00
interfaces.go Add GormValuer interface support 2020-08-27 15:03:57 +08:00
preload.go Handle field set value error 2022-03-23 17:24:25 +08:00
query.go Issue 6054: Unscoped not working with PreLoad on Joins (#6058) 2023-02-18 09:06:43 +08:00
raw.go feat: go code style adjust and optimize code for callbacks package (#4861) 2021-11-29 09:33:20 +08:00
row.go fix:throw model value required error (#6031) 2023-02-08 13:40:41 +08:00
transaction.go feat: go code style adjust and optimize code for callbacks package (#4861) 2021-11-29 09:33:20 +08:00
update.go fix: update panic if model is not ptr (#6037) 2023-02-18 09:20:29 +08:00
visit_map_test.go fix: circular reference save, close #5140 2022-03-17 23:53:31 +08:00