The javadoc for Connection.setReadOnly(boolean readOnly) says "Puts this connection in read-only mode as a hint to the driver to enable database optimizations"
To me the wording suggests that a nop implementation is better than throwing a NotSupprtedException as is done currently. Instead add a few lines to the javadoc noting that sqlitejdbc ignores the hint. Regards /Max --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
