// I agree--this works (does not result in a column alias in a subquery)
subquery.setProjection(Projections.sqlProjection("1", new String[]{"value"}, new Type[]{new LongType()}));
...
conj.add(Subqueries.exists(subquery)); // where conj IS-A Conjunction
Sybase ASE 15.7 accepts column aliases in subqueries.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
// I agree--this works (does not result in a column alias in a subquery)
subquery.setProjection(Projections.sqlProjection("1", new String[]{"value"}, new Type[]{new LongType()}));
...
conj.add(Subqueries.exists(subquery)); // where conj IS-A Conjunction
Sybase ASE 15.7 accepts column aliases in subqueries.