We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model data set with the set() method is not being validated.
The same issue occurs on setInsertBatch() and setUpdateBatch().
Data set with updateBatch() and insertBatch() also are not validate.
Same for replace().
I had started some overwritten here. Feel free to improve this.
I think we should leave the Model methods that override Query Builder as similar as possible to the Query Builder methods.
Related to #865 #914
The text was updated successfully, but these errors were encountered:
Update insert and update in model to work with set() and more like th…
1075094
…e builder version. #967
Added replace to the Model so it can validate data prior to replacing. …
2a0e2fb
…#967
f5e1541
No branches or pull requests
Model data set with the set() method is not being validated.
The same issue occurs on setInsertBatch() and setUpdateBatch().
Data set with updateBatch() and insertBatch() also are not validate.
Same for replace().
I had started some overwritten here. Feel free to improve this.
I think we should leave the Model methods that override Query Builder as similar as possible to the Query Builder methods.
Related to #865 #914
The text was updated successfully, but these errors were encountered: