Skip to:
E.g. "select count (t) from ..." when printed back as HQL becomes "select count() from ..." which is invalid.
A test case is here:
I can open a PR to add the test case.
E.g. "select count (t) from ..." when printed back as HQL becomes "select count() from ..." which is invalid.
A test case is here:
I can open a PR to add the test case.