Chris Wallace edited a comment on Bug HHH-3032

// 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

BTW, subquery.setProjection(Projections.sqlProjection("1", null, null)) resulted in a NullPointerException for me

Sybase ASE 15.7 accepts column aliases in subqueries, so no more workarounds.

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