From: Peter Rabbitson Date: Wed, 10 Jun 2009 18:06:40 +0000 (+0000) Subject: Whoops X-Git-Tag: v0.08106~7^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d748cbdba813d302139efcd1102072dfe780519;p=dbsrgits%2FDBIx-Class.git Whoops --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 584b514..77ef8b7 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -1563,7 +1563,7 @@ sub bind_attribute_by_data_type { Given a datatype from column_info, returns a boolean value indicating if the current RDBMS considers it a numeric value. This controls how -L<< DBIx::Class::Row/set_column >> decides whether to mark the column as +L decides whether to mark the column as dirty - when the datatype is deemed numeric a C<< <=> >> comparison will be performed instead of the usual C.