grocery-crud-enterprise version : 2.5.7
php version : 5.6
database : postgres 9.6
When trying to quick filter integer columns, I get this error
Message: pg_query(): Query failed: ERROR: operator does not exist: integer ~~ unknown LINE 1: ...ompanies" WHERE ipsum_finance_companies.id_acomba LIKE '%35%... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
The problems seems to have its source from Grocery-Crud-Enterprise Model.php. All columns seems to be considered as varchar (no matter the column type)
See Model.php _setWhereArray
Hope you can fix!