In the Mysql Workbench statement select nomenclature.quantity - cast(ifnull(sum(reserve.quantity), 0) as unsigned) as available_quantity ...
throws the error Error Code: 1690. BIGINT UNSIGNED value is out of range in ...
. However, in the Laravel application, this error does not occur with the same statement.
How to configure PDO in Laravel to receive this error when requesting from the application?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire