#1333 - ENH: Support "dynamic formula" with findSingleAttributeList() ... e.g. .select("concat(lastName,', ',firstName)")

Support property alias via "AS" ...  concat(lastName,', ',firstName) as lastName
This commit is contained in:
Rob Bygrave
2018-03-06 21:14:26 +13:00
parent 873c14faaf
commit a18cac035b
5 changed files with 41 additions and 7 deletions
@@ -67,7 +67,7 @@ public interface DbSqlContext {
/**
* Parse and add formula with standard table alias replacement.
*/
void appendParseSelect(String parseSelect);
void appendParseSelect(String parseSelect, String alias);
/**
* Append a Sql Formula select. This converts the "${ta}" keyword to the