vikramkakar / 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

SET SESSION doesn't work #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Within r308:

SET SESSION a = @b
The keyword SESSION is not a colref, change it to something other. 

Original issue reported on code.google.com by pho...@gmx.de on 20 Aug 2012 at 10:16

GoogleCodeExporter commented 8 years ago

Original comment by pho...@gmx.de on 22 Aug 2012 at 6:39

GoogleCodeExporter commented 8 years ago
r319 contains a patch, which let the parser handle SET statements correctly.

Original comment by pho...@gmx.de on 22 Aug 2012 at 7:03