Hi Guillaume,
Emmanuel, do you think you can consider the backtick like the double
quotes if MySQL is used? I did not take a look yet to the code which
manages this parsing, can you point it to me? I'd like to understand
how you do it.
The parsing is currently spread in the parse() method of each implementation of AbstractRequest (so you'll find a different parser in SelectRequest, InsertRequest, UpdateRequest and so on). The code might not be fully consistent but we try to systematically use regular expressions to perform the parsing tasks.

Let me know if you have any trouble with that code.
Thanks,
Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, Continuent

Blog: http://emanux.blogspot.com/
Open source: http://www.continuent.org
Corporate: http://www.continuent.com
Skype: emmanuel_cecchet
Cell: +33 687 342 685


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to