Closed dhumphreys closed 13 years ago
When calling where("getDate() BETWEEN startDate AND endDate"), the startDate and endDate columns are not mapped down to their correct database columns.
where("getDate() BETWEEN startDate AND endDate")
startDate
endDate
When calling
where("getDate() BETWEEN startDate AND endDate")
, thestartDate
andendDate
columns are not mapped down to their correct database columns.