Skip to content

Conversation

@JanHolger
Copy link
Member

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.

Copy link
Contributor

@TimothyGillespie TimothyGillespie left a 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.


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)");
Copy link
Contributor

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.

@TimothyGillespie TimothyGillespie linked an issue Apr 1, 2021 that may be closed by this pull request
@TimothyGillespie TimothyGillespie linked an issue Apr 2, 2021 that may be closed by this pull request
@JanHolger JanHolger marked this pull request as ready for review April 27, 2021 10:49
@TimothyGillespie
Copy link
Contributor

I will review this tomorrow or later this evening.

Copy link
Contributor

@TimothyGillespie TimothyGillespie left a 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.

@TimothyGillespie
Copy link
Contributor

I changed #26 as discussed

@JanHolger JanHolger merged commit 3d77e1c into master May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only one order by can be handled Potential Issue with where clauses

3 participants