Seems reasonable to return false for all these methods. The work could be done as part of https://issues.apache.org/jira/browse/CALCITE-701.
Julian On Jul 7, 2015, at 3:31 AM, Xavier Leong <[email protected]> wrote: > ownUpdatesAreVisible(int type) > > ownDeletesAreVisible(int type) > > ownInsertsAreVisible(int type) > > othersUpdatesAreVisible(int type) > > othersDeletesAreVisible(int type) > > othersInsertsAreVisible(int type) > > updatesAreDetected(int type) > > deletesAreDetected(int type) > > insertsAreDetected(int type) > > > > Hi, the above call are currently throwing exception, should it return false > if the there's no support for it? In a sense to represent there's no > capability to reflect changed resultset during DML. > > Thanks. > > DISCLAIMER > ========== > This e-mail may contain privileged and confidential information which is the > property of Persistent Systems Ltd. It is intended only for the use of the > individual or entity to which it is addressed. If you are not the intended > recipient, you are not authorized to read, retain, copy, print, distribute or > use this message. If you have received this communication in error, please > notify the sender and delete all copies of this message. Persistent Systems > Ltd. does not accept any liability for virus infected mails. >
