Hello,

This is my proposal,
Conn#setReadOnly(boolean) throws SQLException in sqlitejdbc-v043
caused by "not yet implemented".
But this method is nothing but "puts as a hint", so I think "no-
operation" is better behavior instead of throwing exception.
If and when read-only mode supported in sqlite3, then rewrite
setReadOnly(boolean) properly.

see java.sql.Connection#setReadOnly(boolean):
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Connection.html#setReadOnly(boolean)
> Throws:
>    SQLException - if a database access error occurs or this method is called 
> during a transaction
"not implemented" case is not mentioned.

 Regards,
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to