The javadocs and jdbc spec does not indicate what the expected behavior is if the backend database does not support the Isolation Level specified
the JDBC API Tutorial and Reference 2nd addtion, page 349 indicates a SQLException may be thrown if the backend does not support the isolation level and cannot upgrade to a higher isolation level.
Why can a driver not downgrade the isolation level?
We need to clarify the spec either way as to the expected behavior.
the JDBC API Tutorial and Reference 2nd addtion, page 349 indicates a SQLException may be thrown if the backend does not support the isolation level and cannot upgrade to a higher isolation level.
Why can a driver not downgrade the isolation level?
We need to clarify the spec either way as to the expected behavior.