[sqlite] Three small patches for lemon

2012-01-07 Thread Olly Betts
[I sent this 3 months ago, but got no response - if this is the wrong place to be sending patches, please tell me where they should be sent.] Attached are three small patches for lemon: lemon-remove-duplicate-prototype.patch - remove a duplicate prototype for SetNew(). lemon-two-typos.patch -

Re: [sqlite] library routine called out of sequence

2012-01-07 Thread Sreekumar
Hi, To close the thread - issue was because of a missing sqlite_reset call. -Sreekumar -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Tito Ciuro Sent: 23 December 2011 19:52 To: General Discussion of SQLite Database Cc:

Re: [sqlite] Lemon: broken lookahead propagation?

2012-01-07 Thread Richard Hipp
On Wed, Jan 4, 2012 at 11:00 AM, Vincent Zweije wrote: > I may have hit a bug in the lemon parser generator. > Please see if the following fix clears your problem: http://www.sqlite.org/src/info/ce32775b23 > > It looks like lookahead symbols aren't propagated