Skip to content

Commit

Permalink
Fix for retrieving query result by outline member
Browse files Browse the repository at this point in the history
  • Loading branch information
rchodava committed Dec 29, 2015
1 parent 6978db7 commit 614f88b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Value column(String name) {

@Override
public Value column(String table, String name) {
return new LabeledColumnValue(table + name);
return new LabeledColumnValue(table + "." + name);
}

@Override
Expand Down

0 comments on commit 614f88b

Please sign in to comment.