X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02where.t;h=299a0c5e665c982498ae134ecf1596e17e7f4e63;hb=df2ddf7787f93344c8e693c8f7cdc93aa55dfc4b;hp=6d89b8c5a2bbde7c8dd5a8c7775d58f0d5a1afa2;hpb=4c120a34df5e6fb6e2a8f1668d9ea4df2bd8639a;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/02where.t b/t/02where.t index 6d89b8c..299a0c5 100644 --- a/t/02where.t +++ b/t/02where.t @@ -333,7 +333,7 @@ my @handle_tests = ( }, { where => { timestamp => { '>=' => { -to_date => '2009-12-21 00:00:00' } } }, - stmt => " WHERE ( timestamp >= TO_DATE ? )", + stmt => " WHERE ( timestamp >= TO_DATE(?) )", bind => ['2009-12-21 00:00:00'], },