[sqlite] Bug Report: All database opening blocked awaiting wal index rebuild

2016-07-08 Thread Brian Vincent
I've managed to reproduce a scenario where one database, database1.db is rebuilding a large wal-index. Meanwhile, all other threads attempting to open completely unrelated databases (e.g. database2.db) are blocked until the wal-index on database1.db is finished rebuilding. This is obviously

Re: [sqlite] Lemon doesn't reset `yyerrcnt` after error

2016-07-08 Thread Richard Hipp
Please try again with the latest version of Lemon. Thanks. On 7/6/16, Nick Wellnhofer wrote: > On 05/07/2016 18:12, Richard Hipp wrote: >> Please try https://www.sqlite.org/src/info/2683b375ad129117 and verify >> that the changes on trunk are working. Thanks. > > Still

Re: [sqlite] Downloading SQLite issue

2016-07-08 Thread David Empson
I think we need more details to understand what is going wrong for you. Exactly what did you download and where from? This is the main download page for SQLite: https://www.sqlite.org/download.html On that page is a section titled "Precompiled Binaries for Mac OS X (x86)”. Under that is a

Re: [sqlite] Downloading SQLite issue

2016-07-08 Thread Alex Fender
I tried with Chrome and Firefox. I am using the default unzip tool in Mac. I double click the zip folder and then it unpacks a new folder to my desktop. When I open that folder, I then see the Sqlite programs. I double click to open and it says damaged. On Fri, Jul 8, 2016 at 7:52 AM, Simon

Re: [sqlite] Downloading SQLite issue

2016-07-08 Thread Simon Slavin
On 8 Jul 2016, at 1:20pm, Alex Fender wrote: > After I download and unzip. I click and open Sqlite3 by double clicking. > When I open the file, it says damaged and move to the trash. Works fine on my Mac. Which web browser are you using to download ? Which program is

Re: [sqlite] Help Installing SQLite on a Windows 8.1 PC

2016-07-08 Thread Simon Slavin
On 6 Jul 2016, at 8:29pm, Krista M Whipple wrote: > I have downloaded the two 64-bit Windows files on my Windows 8.1 PC, but I > cannot get SQLite to install on my PC. > > > > Any help or directions would be greatly appreciated, I understand the source of your

Re: [sqlite] Downloading SQLite issue

2016-07-08 Thread Alex Fender
After I download and unzip. I click and open Sqlite3 by double clicking. When I open the file, it says damaged and move to the trash. On Thu, Jul 7, 2016 at 9:27 PM, Richard Hipp wrote: > On 7/7/16, Alex Fender wrote: > > When I download SQLite for Mac,