[sqlite] Patch that remove static/global variables from lemon

2019-11-30 Thread Domingo Alvarez Duarte
Hello Richard ! After you last changes to lemon to also generate an sql output form with the parser tables, I did a code refactoring in lemon moving all static/global variables to the "struct lemon" now it's a bit more closer to be usable as a library, still need verify memory leaks due to not

Re: [sqlite] sqlite syntax auto suggest

2019-11-30 Thread Laurent Dhont
Dear Richard & others, Now it is clear but how do I let the user make for example an UPDATE query without the OR. I have UPDATE on position 0, then I want OR, OF, tableName. This works but SET is only available on position 4-5. I want this also on position 2. What I want to do is get a li