Uh oh!
There was an error while loading. Please reload this page.
Maintenance - #19
Conversation
…ing support for other dialects
TimothyGillespie
left a comment
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…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.
This solves the other aspect of the issue of #14. If this branch is merged the issue can be closed.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TimothyGillespie
commented
Apr 27, 2021
I will review this tomorrow or later this evening. |
TimothyGillespie
left a comment
There was a problem hiding this comment.
See no issue with this merge request when #26 is merged or otherwise addressed.
This reverts commit 335f633.
TimothyGillespie
commented
Apr 30, 2021
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.