#1747 - Refactor remove unused SqlTreeProperties readOnly

This commit is contained in:
rob bygrave
2019-07-02 23:15:41 +12:00
parent 8b18b2a20e
commit 576eb01187
2 changed files with 0 additions and 11 deletions
@@ -461,8 +461,6 @@ public final class SqlTreeBuilder {
private SqlTreeProperties getBaseSelectPartial(STreeType desc, OrmQueryProperties queryProps) {
SqlTreeProperties selectProps = new SqlTreeProperties();
selectProps.setReadOnly(queryProps.isReadOnly());
// add properties in the order in which they appear
// in the query. Gives predictable sql/properties for
// use with SqlSelect type queries.