Hi all,

While executing a SELECT query on a read-only database, I'm getting an
exception saying the DB is read-only:

org.h2.jdbc.JdbcSQLException: The database is read only; SQL statement:
SELECT DISTINCT "DocumentMentions".ID, "DocumentMentions".Length FROM
"DocumentMentions" WHERE "DocumentMentions".L2_ID IS NULL [90097-150] 

I would have thought that one can run SELECT queries on read-only DBs.
Is that not the case?

Other similar queries do not cause the error, so I'm a bit confused as
to what the cause may be.

Any ideas?

        thanks,
        Valentin

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to