-
Notifications
You must be signed in to change notification settings - Fork 1
Maintenance #19
New issue
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
Maintenance #19
Conversation
…ing support for other dialects
TimothyGillespie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it is only a draft I only gave it a cursory look. When it is ready for review, please mark request me for review, since I'm not sure if I will beinformed about any status change.
…Stack/ORM into TimothyGillespie/addOrderByTests
…ent it in the query builder as i'm way too tired (:
|
|
||
| private static void validateName(String name) { | ||
| if(!NAME_PATTERN.matcher(name).matches()) | ||
| throw new ORMQueryException("Invalid column name '" + name + "' (Use raw in case you know what you're doing)"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solves the other aspect of the issue of #14. If this branch is merged the issue can be closed.
|
I will review this tomorrow or later this evening. |
TimothyGillespie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See no issue with this merge request when #26 is merged or otherwise addressed.
This reverts commit 335f633.
|
I changed #26 as discussed |
This pull request is supposed to redesign the query building process to allow implenting other dialects aswell as fixing issues that came up in the last months.