The problem occurs on Android, Desktop is fine.

Options for the Android DB:

return ";CIPHER=AES"
 + ";AUTOCOMMIT=OFF"
 + ";CACHE_SIZE=8192"
 + ";PAGE_SIZE=1024"
 + ";FILE_LOCK=FS"
 + ";MULTI_THREADED=1"
 + ";DB_CLOSE_DELAY=-1"
 + ";DATABASE_TO_UPPER=FALSE"
 ;


The file is only 3MB++ but it gets stuck forever at 


preparedStatement.execute();


Is there a fix for this?


Thanks.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to