DATAJPA-110 - Fixed alias detection for entity names containing numbers.
This commit is contained in:
@@ -121,6 +121,7 @@ public class QueryUtilsUnitTests {
|
||||
assertThat(detectAlias("SELECT FROM USER U"), is("U"));
|
||||
assertThat(detectAlias("select u from User u"), IS_U);
|
||||
assertThat(detectAlias("select u from com.acme.User u"), IS_U);
|
||||
assertThat(detectAlias("select u from T05User u"), IS_U);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user