.. |
callbacks_test.go
|
Rename package name
|
2020-06-02 09:18:01 +08:00 |
check.go
|
Add Raw, Row, Rows
|
2020-02-22 19:41:01 +08:00 |
check_test.go
|
Rename package name
|
2020-06-02 09:18:01 +08:00 |
field.go
|
Add GORMDataType to Field, close #3171
|
2020-07-20 19:00:03 +08:00 |
field_test.go
|
Fix set bool field from null
|
2020-07-04 08:21:23 +08:00 |
index.go
|
Add index priority supports
|
2020-07-08 17:59:40 +08:00 |
index_test.go
|
Add index priority supports
|
2020-07-08 17:59:40 +08:00 |
interfaces.go
|
Support customize gorm field type
|
2020-06-06 10:47:32 +08:00 |
model_test.go
|
Refactor tests files
|
2020-06-02 10:50:38 +08:00 |
naming.go
|
SingularTable for JoinTable
|
2020-06-30 07:29:15 +08:00 |
naming_test.go
|
Implement naming strategy
|
2020-01-31 14:17:02 +08:00 |
relationship.go
|
Add GORMDataType to Field, close #3171
|
2020-07-20 19:00:03 +08:00 |
relationship_test.go
|
Fix join table foreign key in snake_case
|
2020-07-04 07:24:46 +08:00 |
schema.go
|
Fix FieldsWithDefaultDBValue for primary field, close #3187
|
2020-07-22 19:03:19 +08:00 |
schema_helper_test.go
|
Test embedded struct implements Scan & Value interface
|
2020-06-18 09:15:23 +08:00 |
schema_test.go
|
Support merge batch data some having primary values
|
2020-06-20 16:52:15 +08:00 |
utils.go
|
Fix ambiguous column when using same column name in join table, close #3120
|
2020-07-09 09:03:48 +08:00 |
utils_test.go
|
Implement parse many2many relation
|
2020-02-01 18:02:19 +08:00 |