SELECTt0.idASid_1,t0.quantityASquantity_2,t0.priceASprice_3,t0.labelASlabel_4,t0.product_idASproduct_id_5FROMproduct_quantityt0WHERE (t0.quantity>=?ANDt0.product_id=?) ORDER BYt0.quantityASCLIMIT1
SELECTt0.idASid_1,t0.quantityASquantity_2,t0.priceASprice_3,t0.labelASlabel_4,t0.product_idASproduct_id_5FROMproduct_quantityt0WHERE
(
t0.quantity>=?ANDt0.product_id=?
)
ORDER BYt0.quantityASCLIMIT1
SELECTt0.idASid_1,t0.quantityASquantity_2,t0.priceASprice_3,t0.labelASlabel_4,t0.product_idASproduct_id_5FROMproduct_quantityt0WHERE (t0.quantity>=1ANDt0.product_id=218) ORDER BYt0.quantityASCLIMIT1;
The field 'App\Entity\Product#weight' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.