gorm/schema
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
..
callbacks_test.go Rename package name 2020-06-02 09:18:01 +08:00
check.go Optimize parse constraint (#4153) 2021-03-08 10:21:33 +08:00
check_test.go Rename package name 2020-06-02 09:18:01 +08:00
field.go feat: Optimal value type acquisition for v (#4278) 2021-04-13 09:41:30 +08:00
field_test.go Fix set bool field from null 2020-07-04 08:21:23 +08:00
index.go Add option tag support for index 2020-10-21 20:18:21 +08:00
index_test.go Add option tag support for index 2020-10-21 20:18:21 +08:00
interfaces.go Add GormValuer interface support 2020-08-27 15:03:57 +08:00
model_test.go Fix nested embedded struct, close #3278 2020-08-18 11:21:40 +08:00
naming.go change the method of initializing slice (#4097) 2021-03-04 19:44:15 +08:00
naming_test.go Replacer interface for more flexible NamingStrategy (#4042) 2021-02-14 08:16:24 +08:00
relationship.go chore: improve code quality (#4123) 2021-03-08 10:46:43 +08:00
relationship_test.go Fix omit associations, close #4161 2021-03-19 15:15:26 +08:00
schema.go Save associations based on creatable/updatable permission, close #4056 2021-02-07 14:24:11 +08:00
schema_helper_test.go Test same field name from embedded field, close #3291 2020-08-20 10:58:35 +08:00
schema_test.go Fix NamingStrategy with embedded struct, close #3513 2020-09-24 11:32:38 +08:00
utils.go Optimize reflect value length and method (#4280) 2021-04-14 13:00:54 +08:00
utils_test.go Remove autoincrement tag for join table, close #3217 2020-07-31 18:19:25 +08:00