[sqlite] Code Error -- Cannot compile Amalgamation with SQLITE_THREADSAFE=0 on WIndows

2014-05-10 Thread Keith Medcalf
Somewhere you have removed the Windows.h header from being included where it is needed when SQLITE_THREADSAFE is set to 0 resulting in a failure to recognize windows defines. In mutex_w32.c you need to include os_win.h whether or not SQLITE_MUTEX_W32 is defined. In other words the sequence

Re: [sqlite] FTS3/4 merge function behaviour when deleting rows

2014-05-10 Thread Scott Robison
On Fri, May 9, 2014 at 4:20 AM, Andrew Moss wrote: > I am really surprised that FTS behaves this way. To my mind this is a bug > in the FTS extension that makes it unusable for many applications. Was > anyone else aware of this problem or made attempts at resolving

Re: [sqlite] Latest Sqlite grammar as machine understandable file

2014-05-10 Thread Max Vlasov
On Fri, Feb 21, 2014 at 5:24 PM, Richard Hipp wrote: > On Fri, Feb 21, 2014 at 7:29 AM, Max Vlasov wrote: > >> Is there a machine-readable (BNF or other) grammar as equivalent to >> the current syntax diagrams? > > An updated version of all-bnf.html has now