From: Alastair McGowan-Douglas Date: Fri, 7 Nov 2014 17:00:21 +0000 (+0000) Subject: find() is definitely not immune to DateTime problems X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfb3caa6b4976fc76b4da14dacdd1defc4ce4012;p=dbsrgits%2FDBIx-Class-Historic.git find() is definitely not immune to DateTime problems < @castaway> er yes.. thats definitely bullshit ;) QED --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 7c2c58e..d378645 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1793,12 +1793,10 @@ Without doing this the query will contain the simple stringification of the C object, which almost never matches the RDBMS expectations. This kludge is necessary only for conditions passed to -L, whereas -L, -L, -L (but not L) are all -L-aware and will do the right thing when supplied -an inflated C object. +L and L, +whereas L, L (but +not L) are L-aware +and will do the right thing when supplied an inflated C object. =head2 Using Unicode