On 28/11/2014 18:01, Lance Andersen wrote:
Hi all,
Attached is a trivial change to address the default value for escape processing
for BaseRowSet. This aligns with the javadocs now for BaseRowSet as well as
the default for escape process per the JDBC spec and other RowSets.
The javadoc/spec is clear that escape processing is enabled by default
so I think this change is okay (I'm ignoring the issue that it's not
volatile and there's no synchronization, the assumption being that it is
not documented as being thread safe).
-Alan.