Jason Williams - 2008-04-15 01:23:26
Firstly, great work.
A useful addition to this class would be the ability to incorporate ranges into the BuildSQLWhereClause...
From what I can see, the current build where clause will only work with exact matches
(WHERE 'queryDate' = 2008-04-15)
and not ranges
(WHERE 'queryDate' BETWEEN $startDate AND $endDate)
or
(WHERE 'queryDate' >= $startDate)
or
(WHERE 'queryDate' <= $endDate)