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

Creator can't handle SubQuery in Where clause #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
A Query with a WHERE clause like 
   WHERE x in (Select x from y) 
could not be build

this could be fixed by adding hte SubQueryBuilder to the WhereExpressionBuilder 
class.

Original issue reported on code.google.com by h.leith...@gmail.com on 31 Jul 2014 at 4:10

GoogleCodeExporter commented 8 years ago

Original comment by pho...@gmx.de on 10 Sep 2014 at 9:19

GoogleCodeExporter commented 8 years ago
Fixed in r1371

Original comment by pho...@gmx.de on 10 Sep 2014 at 1:09