benpjohnson / php-sql-parser

Automatically exported from code.google.com/p/php-sql-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DELETE deleted

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. define query "DELETE FROM t1"
2. subsequent parse and create results in "FROM t1"


What is the expected output? What do you see instead?
Expected : "DELETE FROM t1" 

What version of the product are you using? On what operating system?
checkout after r1099

Please provide any additional information below.
Seems that issue 126 is not fixed correctly.

Original issue reported on code.google.com by Henk.Blo...@gmail.com on 25 Feb 2014 at 12:18

Ooops, I should run always all tests... fixed in r1105

Original comment by pho...@gmx.de on 25 Feb 2014 at 2:26

  • Changed state: Fixed