RFR 8066188: BaseRowSet default value for escape processing is not correct

Alan Bateman Alan.Bateman at oracle.com
Sat Nov 29 10:12:59 UTC 2014


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.



More information about the core-libs-dev mailing list