Syntax error
Closed this issue · 1 comments
GoogleCodeExporter commented
<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
Fixed in r963, thank you very much!
Original comment by pho...@gmx.de
on 9 Jan 2014 at 1:09
- Changed state: Fixed