We have scheduled the release of SQLite version 3.7.0 for Thursday,  
2010-07-15.  That date could yet change, but 2010-07-15 is our target.

SQLite version 3.7.0 will feature the addition of a write-ahead log  
(WAL) capability for transaction control.  See 
http://www.sqlite.org/draft/wal.html 
  for additional information.  WAL should increase performance and  
concurrency in many situations.  Version 3.7.0 also has other changes,  
including a new feature that automatically creates transient indices  
to improve performance for some complex joins, and other performance  
enhancements.

Version 3.7.0 has been long in the making.  We've worked on it for  
months.  We have checked in nearly 600 separate change-sets since  
3.6.23.1.  About 7.5% of the source code in version 3.7.0 is new.

Version 3.7.0 is currently passing all of our extensive internal  
tests.  We have verified it using our 41-point pre-release checklist  
(which takes several days to work through).  And version 3.7.0 is  
currently in use running the www.sqlite.org website (in WAL mode).  We  
have tested the new release about as much as we can.  Additional help  
from you is needed:

Please help us by beta-testing SQLite 3.7.0 in your application!   
Report any problems found on this mailing list.

You can download daily snapshots from http://www.sqlite.org/draft/download.html 
  and view updated documentation at http://www.sqlite.org/draft/index.html

Thanks.

D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to