thecodingmachine / mouf-html.widgets.evolugrid

This package contains the EvoluGrid widget. This is an HTML/Ajax datagrid that can be used to display data. It's main difference with other datagrids is that you can chage the set of columns dynamically depending on the paginated results you are looking at.
0 stars 16 forks source link

SQL Paser error #4

Closed nguyenk closed 7 years ago

nguyenk commented 10 years ago

Error is triggered when parsing query : SELECT A. * , B.nom FROM tableA A JOIN tableB B ON A.id = B.fk_a_id WHERE A.deleted !=1 AND B.deleted !=1 AND fk_a_id = 1

Exception is : Fatal error: Class SQLParser\Node\Operation contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (SQLParser\Node\AbstractManyInstancesOperator::getOperatorSymbol) in D:\projets\perso\benboa\vendor\mouf\database.querywriter\src\SQLParser\Node\Operation.php on line 40