Re: [libdbi-users] PATCH: sqlite3 parser bugs

2011-02-20 Thread markus . hoenicka
Vikram Ambrose writes: And here is an update to the patch for a third bug. Better late than never ... I've applied your patch, and things seem to work ok. Thanks for being this patient. regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38

Re: [libdbi-users] PATCH: sqlite3 parser bugs

2010-12-28 Thread Vikram Ambrose
On 12/25/2010 08:34 PM, Vikram Ambrose wrote: The first issue I had was that the parser was unable to find Tables in the SQL statement. This was because the parser assumed that the only possible white space around keywords was ' ' or 0x20; [...] The second bug was that the parser would

[libdbi-users] PATCH: sqlite3 parser bugs

2010-12-25 Thread Vikram Ambrose
I'm working on a patch for the sqlite3 driver to resolve some of the issues I've been having. The first issue I had was that the parser was unable to find Tables in the SQL statement. This was because the parser assumed that the only possible white space around keywords was ' ' or 0x20; eg.