Closed mynameisbogdan closed 3 years ago
Hello,
Currently when you're binding the type Connection::PARAM_STR_ARRAY you'll see SELECT * FROM order WHERE id IN (102).
Connection::PARAM_STR_ARRAY
SELECT * FROM order WHERE id IN (102)
This PR fixes this.
Hello,
Currently when you're binding the type
Connection::PARAM_STR_ARRAY
you'll seeSELECT * FROM order WHERE id IN (102)
.This PR fixes this.