When inserting, a problem was found that if you pass a boolean as a value, this value is converted to int and clickhouse cannot handle this case because boolean is expected as input data, not int.
This is due to implode in StrictQuoteLine.php in the quoteRow method, which convert boolean to int.
When inserting, a problem was found that if you pass a boolean as a value, this value is converted to int and clickhouse cannot handle this case because boolean is expected as input data, not int.
This is due to implode in StrictQuoteLine.php in the quoteRow method, which convert boolean to int.