AmilyWang / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Support for in-memory database and shared cache #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want the option to run SQLite using memory mode with shared cache enabled.  
This feature is not available until SQLite 3.7.13. The latest sqlite4java-282 
build is compiled against SQLite 3.7.10. Do we have any plan to step up to 
SQLite 3.7.13 or later?  If we are, would be great if I could get an estimate 
of when that would be available. Thanks.

P.S. Sorry if this is not the correct mean to raise the question

Original issue reported on code.google.com by mariepha...@gmail.com on 26 Feb 2013 at 4:52

GoogleCodeExporter commented 8 years ago
No problem, good question. Yes I plan to work on the new version, upgrade 
SQLite, and address a number of open issues. But I cannot promise any dates 
whatsoever as there's other work as well. 

You can try checking out sources and building with sqlite 3.7.13 on your own. 
If you do, please share the results.

Original comment by ser...@gmail.com on 27 Feb 2013 at 10:16