fplanchon

Results 2 issues of fplanchon

The driver creates the queries with double quotes, causing a crash. Example: DB::table('fases_de_produc')->where('id_fase', $id_fase)->first(); SQLSTATE[HY000]: General error: -204 Dynamic SQL Error SQL error code = -204 Table unknown fases_de_produc At...

The component sorts only the data on the visible page, it should be the option to sort all data

bug