Re: [sqlite] Version 2.8.8 - Critical bug fix

2003-12-17 Thread D. Richard Hipp
Helphand wrote: At 08:32 PM 12/17/03 -0500, D. Richard Hipp wrote: Version 2.8.8 of SQLite is now available on the website http://www.sqlite.org/ Version 2.8.8 fixes a critical bug that can result in database corruption. The bug was introduced in version 2.8.0. All users of SQLite version

Re: [sqlite] Version 2.8.8 - Critical bug fix

2003-12-17 Thread Helphand
At 08:32 PM 12/17/03 -0500, D. Richard Hipp wrote: Version 2.8.8 of SQLite is now available on the website http://www.sqlite.org/ Version 2.8.8 fixes a critical bug that can result in database corruption. The bug was introduced in version 2.8.0. All users of SQLite version 2.8.0 and later

[sqlite] Version 2.8.8 - Critical bug fix

2003-12-17 Thread D. Richard Hipp
Version 2.8.8 of SQLite is now available on the website http://www.sqlite.org/ Version 2.8.8 fixes a critical bug that can result in database corruption. The bug was introduced in version 2.8.0. All users of SQLite version 2.8.0 and later are urged to upgrade. For additional information on

Re: [sqlite] Fatal error loading large table

2003-12-17 Thread Tom Poindexter
> From: Tom Poindexter [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 4:01 PM > To: [EMAIL PROTECTED] > Subject: [sqlite] Fatal error loading large table I finally built SQLite with large file support on AIX 5.2. Thanks to all who replied. I've updated the wiki page

[sqlite] rowid vs integer primary key

2003-12-17 Thread Derrell . Lipman
Is there any reason to specify an INTEGER PRIMARY KEY field in a table, if it is going to be used solely as an auto-increment field? Isn't an integer primary key which is auto-incrementing in reality exactly the same as using ROWID? I guess my question is really, if I'm using rowid as my

RE: [sqlite] How to compile a standalone wrapper?!

2003-12-17 Thread Steve O'Hara
Easiest way is to include the sqlite.lib file in your library path. Steve -Original Message- From: Sören Krings [mailto:[EMAIL PROTECTED] Sent: 17 December 2003 11:29 To: [EMAIL PROTECTED] Subject: [sqlite] How to compile a standalone wrapper?! Hello, i´m new to SQLite, so to learn