Closed Tigrov closed 6 months ago
(new Command('SELECT * FROM `customer` WHERE `col_float` < :val', ['val' => 3.5]))->getRawSql();
SELECT * FROM `customer` WHERE `col_float` < 3.5
SELECT * FROM `customer` WHERE `col_float` < '3.5'
What steps will reproduce the problem?
What is the expected result?
What do you get instead?
Additional info