SQL parser

2023-07-24 Thread Juan C. Sanz
Hi all, Can somebody answer a couple of questions? Why if LO (I think) only parses SELECT queries, why do we have so many rules for other types of queries (INSERT, UPDATE, etc.) that are never parsed because they can only be executed in direct SQL? Is there any way to check if changes made i

Re: [PATCH] [PUSHED:3-5] SQL parser bugs

2012-02-21 Thread Petr Mladek
Lionel Elie Mamane píše v Pá 17. 02. 2012 v 07:35 +0100: > Attached patches fix two SQL parser bugs: > > fdo#46206 - SQL: INSERT accepts only VALUES, not arbitrary SELECT query > fdo#46198 - SQL: NULL not accepted in place of column name in SELECT statement I was not able to test it

[PATCH] [REVIEW:3-5] SQL parser bugs

2012-02-16 Thread Lionel Elie Mamane
Attached patches fix two SQL parser bugs: fdo#46206 - SQL: INSERT accepts only VALUES, not arbitrary SELECT query fdo#46198 - SQL: NULL not accepted in place of column name in SELECT statement (And might gain us a LibO user as a "transferee" from OpenOffice, see http://stackov