~sgdg/stado/stado

« back to all changes in this revision

Viewing changes to src/org/postgresql/stado/queryproc/QueryProcessor.java

  • Committer: Andrei Martsinchyk
  • Date: 2013-04-22 15:04:09 UTC
  • mfrom: (9.1.2 stado30)
  • Revision ID: andrei.martsinchyk@gmail.com-20130422150409-cv4i89c21bbgvby1
Merge in 3.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2452
2452
        return true;
2453
2453
    }
2454
2454
 
 
2455
        @Override
 
2456
        public boolean isReadOnly() {
 
2457
                return true;
 
2458
        }
 
2459
 
2455
2460
}