Closed
Description
For this code:
$result = Models\Uzytkownicy::query() ->leftJoin('Models\Testerzy') ->leftJoin('Models\Inzynierowie') ->execute();
is error: PhalconException: Scanning error before '] JOIN [] JOIN [...' when parsing: SELECT [Models\Uzytkownicy].* FROM [Models\Uzytkownicy] LEFT JOIN [Models\Testerzy] JOIN [] JOIN [] JOIN [] JOIN
When is this code:
$result = Models\Uzytkownicy::query() ->leftJoin('Models\Testerzy') // ->leftJoin('Models\Inzynierowie') ->execute();
is OK.
I use Phalcon 1.2.6 x86 on Windows 7 64 bit, Wamp 32 bit
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Metadata
Metadata
Assignees
Labels
No labels