You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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)
The text was updated successfully, but these errors were encountered: