You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataList Sort() and other ORM method should be split out so that the regular Sort() method cannot accept raw SQL. The new orderBy() and other methods are explicitly designed to accept raw sql
ACs
Create new methods
Review existing usage of the methods and, if possible, stop using raw sql. If required, use new Raw() methods.
DataList Sort() and other ORM method should be split out so that the regular Sort() method cannot accept raw SQL. The new orderBy() and other methods are explicitly designed to accept raw sql
ACs
New issues created
Installer CI
PRs
The text was updated successfully, but these errors were encountered: