We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ef58 commit b22b7e8Copy full SHA for b22b7e8
src/main/java/org/javawebstack/orm/query/QueryColumn.java
@@ -9,7 +9,7 @@
9
10
public class QueryColumn {
11
12
- private static final Pattern NAME_PATTERN = Pattern.compile("[A-Za-z0-9_-]+");
+ private static final Pattern NAME_PATTERN = Pattern.compile("[A-Za-z0-9_\\-.]+");
13
14
private final String name;
15
private final boolean raw;
0 commit comments