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

Syntax error #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
<b>Fatal error</b>:  Call to undefined function buildRefType() in 
<b>sql_parser\src\builders\SubQueryBuilder.php</b> on line <b>95</b><br />

BEFORE:

$sql .= $this - buildRefType($parsed['ref_type']);

AFTER: 

$sql .= $this->buildRefType($parsed['ref_type']);

Original issue reported on code.google.com by matloka....@gmail.com on 9 Jan 2014 at 1:02

GoogleCodeExporter commented 8 years ago
Fixed in r963, thank you very much!

Original comment by pho...@gmx.de on 9 Jan 2014 at 1:09