mirror of https://github.com/go-gorm/gorm.git
Update TODO, refer https://github.com/qor/qor/tree/master/validations for validations
This commit is contained in:
parent
92e0809716
commit
44ae41e9b5
|
@ -1212,12 +1212,8 @@ db.Where("email = ?", "x@example.org").Attrs(User{RegisteredIp: "111.111.111.111
|
|||
```
|
||||
|
||||
## TODO
|
||||
* db.Select("Languages", "Name").Update(&user)
|
||||
db.Omit("Languages").Update(&user)
|
||||
* Auto migrate indexes
|
||||
* Github Pages
|
||||
* AlertColumn, DropColumn
|
||||
* R/W Splitting, Validation
|
||||
|
||||
# Author
|
||||
|
||||
|
|
Loading…
Reference in New Issue