"D. Richard Hipp" <[EMAIL PROTECTED]> writes: > On Wed, 2005-07-06 at 09:38 -0300, Gerson LuÃs Fontoura Vaz wrote: >> I'm using SQLite for the first time... >> >> We are using SQLite version 2.8.15. >> > > Why, oh why are you using 2.8.15 when 3.2.2 is known to be > faster, smaller, and to contain many more features???
Unfortunately, the switch from using 2.8 to 3.x is not entirely trivial for large projects. I have a large project based on the 2.8 series (I'm using 2.8.16) and switching to the 3.x series is not feasible without a large expenditure of (currently unavailable) time. Although there are many improvements in the 3.x series (and I'd really like to switch eventually), the 2.8 series existed for a long time and there are many projects still (by necessity) using it. > Somebody might investigate the problem in a month or two. When version 3.0.0 was release, the "News" indicated that: "The 2.8 series of SQLite will continue to be supported with bug fixes for the foreseeable future." >From your comments, it sounds like maybe the 2.8 series is no longer being officially supported. Am I inferring correctly? Thanks, Derrell