Am Wed, 6 May 2009 22:36:50 -0400
schrieb "D. Richard Hipp" <d...@hwaci.com>:

> SQLite version 3.6.14 is now available on the SQLite website
> 
>      http://www.sqlite.org/
> 
> Version 3.6.14 contains performance enhances in the btree and pager  
> subsystems.  In addition, the query optimizer now knows how to take  
> advantage of OR and IN operators on columns of a virtual table.
> 
> A new optional extension is included that implements an asynchronous
> I/ O backend for SQLite on either windows or unix.  The asynchronous
> I/O backend processes all writes using a background thread.  This
> gives the appearance of faster response time at the cost of
> durability and additional memory usage.  See
> http://www.sqlite.org/asyncvfs.html for additional information.
> 
> This release also includes many small bug fixes and documentation  
> improvements.
> 
> As always, please let me know if you encounter any difficulties.
> 
> D. Richard Hipp
> d...@hwaci.com
> 
> 
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 

==> Beginne build()...
configure: error: configure script is out of date:
 configure $PACKAGE_VERSION = 3.6.13
 top level VERSION file     = 3.6.14
please regen with autoconf


worked with running autoreconf here.

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

Reply via email to