Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.1, 4.2
-
None
Description
The resulted SQL of
Property<Integer> property = Property.create(ExpressionFactory.wrapScalarValue(123), Integer.class);
ObjectSelect.columnQuery(Artist.class, Artist.ARTIST_NAME, property).select(context);
is:
java.sql.SQLSyntaxErrorException: unexpected token: FROM in statement [SELECT RTRIM(t0.ARTIST_NAME), FROM ARTIST t0]