Jinzhu
835d7bde59
Add returning support to delete
2021-10-28 07:56:55 +08:00
daheige
41ac73b6a1
update comment for ConvertSliceOfMapToValuesForCreate func
2021-07-28 18:56:39 +08:00
heige
74e7a9ca07
Optimize reflect value length and method ( #4280 )
...
* Respect ignore migration when add column (#4276 )
continue https://github.com/go-gorm/gorm/pull/4028
* feat: Optimal value type acquisition for v (#4278 )
* feat: optimize relect value length and value
* feat: optimize ConvertSliceOfMapToValuesForCreate method
Co-authored-by: yrong1997 <yrong1997@gmail.com>
2021-04-14 13:00:54 +08:00
Jinzhu
1e241aa645
Reduce GC alloc
2020-11-10 21:23:20 +08:00
Jinzhu
48b395b760
returns ErrEmptySlice when creating with zero length slice
2020-09-03 11:32:30 +08:00
Jinzhu
7a90496701
Test create from sql expr with map
2020-08-27 16:27:59 +08:00
Jinzhu
9fcc337bd1
Fix create from map
2020-08-17 17:41:36 +08:00
Jinzhu
4456df7a5d
Lint with golangci-lint
2020-07-16 11:27:12 +08:00
Jinzhu
f5566288de
Add SetColumn, Changed method
2020-06-30 16:53:54 +08:00
Jinzhu
5883490aa7
Select, Omit, Preload supports clause.Associations
2020-06-20 17:21:01 +08:00
Jinzhu
d11c424334
Fix typo
2020-06-07 15:26:43 +08:00
Jinzhu
e986371a42
Rename package name
2020-06-02 09:18:01 +08:00
Jinzhu
9d3e929790
Test Select, Omit with Create
2020-05-31 13:34:53 +08:00
Jinzhu
91a695893c
Test Association For BelongsTo
2020-05-24 18:33:15 +08:00
Jinzhu
f0a442adff
Refactor tests
2020-05-23 23:50:48 +08:00
Jinzhu
7bcd95d4b8
Add save associations for bulk create
2020-04-19 23:11:56 +08:00
Jinzhu
29cd35219f
Add creatable, updatable, readable permission
2020-04-08 08:15:00 +08:00
Jinzhu
3a126233bf
Fix select with *
2020-03-23 22:40:12 +08:00
Jinzhu
2da0ad5bed
Add more tests for Update
2020-03-08 13:24:08 +08:00
Jinzhu
cbd55dbcd5
Add Update test
2020-03-07 15:20:09 +08:00
Jinzhu
15ce5b3cdd
Add create value converter
2020-02-20 10:12:10 +08:00