RussellEngland / php-sql-parser

Automatically exported from code.google.com/p/php-sql-parser
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DELETE FROM problem #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. define query "DELETE FROM t1"
2. subsequent parse and create will produce
3. "DELETEt1 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 r1086

Original issue reported on code.google.com by Henk.Blo...@gmail.com on 24 Feb 2014 at 8:05

GoogleCodeExporter commented 8 years ago
The issue has been fixed in r1099.

Original comment by pho...@gmx.de on 25 Feb 2014 at 10:00

GoogleCodeExporter commented 8 years ago
Top!
I'll continue testing.
Thnx
Henk

Original comment by Henk.Blo...@gmail.com on 25 Feb 2014 at 10:04