Fix for #223 - RawSql that includes a OneToMany not working

This commit is contained in:
rbygrave
2014-12-17 23:05:53 +13:00
parent c0810a375e
commit b6a0653a3c
4 changed files with 70 additions and 1 deletions
@@ -80,6 +80,9 @@ public class SqlTree {
this.includes = null;
}
/**
* Build a select expression chain for RawSql.
*/
public List<String> buildSelectExpressionChain() {
ArrayList<String> list = new ArrayList<String>();
rootNode.buildSelectExpressionChain(list);