<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 27, 2015 at 10:50 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Dan,<br>
I had a look at<br>
<a href="https://github.com/udan11/sql-parser/tree/master/src/Statements" target="_blank">https://github.com/udan11/sql-parser/tree/master/src/Statements</a><br>
<br>
I know that this is work in progress but hope that you will handle also<br>
other statements (specifically, DML statements).<br>
<br>
As an example, the current parser handles the CREATE TABLE statement.<br>
<span><font color="#888888"><br>
--<br>
Marc Delisle (phpMyAdmin)<br>
<br>
------------------------------------------------------------------------------<br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net" target="_blank">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</font></span></blockquote></div><br></div><div class="gmail_extra">Hello Marc,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I do have in mind to support all types of statements, including those used for data definition (i.e. ALTER, CREATE, DROP, RENAME and TRUNCATE). I will make these a priority and implement them next.</div><div class="gmail_extra"><br></div><div class="gmail_extra">When the library will be finished, all statements mentioned here [1] will be able to be parsed. </div><div class="gmail_extra"><br></div><div class="gmail_extra">[1] <a href="https://github.com/udan11/sql-parser/blob/master/src/Parser.php#L62" target="_blank">https://github.com/udan11/sql-parser/blob/master/src/Parser.php#L62</a></div></div>