fluentpdo
fluentpdo copied to clipboard
Add params to SELECT method
Hi
This code worked in version 1 of fluentpdo - however after upgrading to vs 2.x it now seems I cannot add params to select methods - is there a workaround?
->select('COALESCE(inoverride.time,?) checkInTime, COALESCE(outoverride.time, ?) checkOutTime', $checkInTimeDefault, $checkOutTimeDefault)
Interesting, select()
was upgraded from a magic method call to a dedicated function in 2.0. I'll see what I can do to support this again, give me a couple of days.
Hi, I've actually reverted back to vs 1, so no rush.