Good work Dr. Hipp and thanks for Sqlite.

One question comes to mind when looking at the changes implemented. In
particular..

("VACUUM uses a temporary file in the official TEMP folder, not in the same
directory as the original database")

Would doing this not pose a problem when the process does not have proper
access to the system/temp folder? For example a web site implementation, or
a company that is very tight on security. IMHO this probably could have been
implemented as an option.

Keep in mind security is not my forte.

Any thoughts, and are these correct assumptions?

Thanks again for a wonderful product.

Jason


-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 4 janvier 2007 18:12
À : sqlite-users@sqlite.org
Objet : [sqlite] Version 3.3.9


SQLite version 3.3.9 is now available from the SQLite website

   http://www.sqlite.org/
   http://www.sqlite.org/download.html

The more important change is a fix for an obscure bug that can
lead to database corruption on multi-processor systems.  Other
important changes include the addition of the sqlite3_prepare_v2()
API which new users should always use in place of the legacy
sqlite3_prepare() API.  A summary of the changes can be found at

   http://www.sqlite.org/changes.html

A detailed listing of all changes can be found by consulting the
CVSTrac timeline at

   http://www.sqlite.org/cvstrac/timeline

There are a number of important changes to winCE and win95 support.
I have no ability to test these changes.  I think they work.  If
not, I suppose I will be hearing about it very soon now.

--
D. Richard Hipp  <[EMAIL PROTECTED]>


----------------------------------------------------------------------------
-
To unsubscribe, send email to [EMAIL PROTECTED]
----------------------------------------------------------------------------
-






-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to