Chris Wallace edited a comment on Bug HHH-3032

// I agree--this works in sybase ase 15 (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