From: Rafael Kitover Date: Thu, 27 Aug 2009 17:13:37 +0000 (+0000) Subject: Merge 'trunk' into 'autocast' X-Git-Tag: v0.08111~50^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0434c7c9d8a93a650e7027cf08d013c9e8444d24;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'autocast' r7389@hlagh (orig r7388): ribasushi | 2009-08-25 07:43:38 -0400 typo r7390@hlagh (orig r7389): ribasushi | 2009-08-25 08:29:37 -0400 r7354@Thesaurus (orig r7351): abraxxa | 2009-08-20 17:46:06 +0200 new branch grouped_has_many_join r7382@Thesaurus (orig r7379): ribasushi | 2009-08-24 22:50:13 +0200 Seems like abraxxa's bug is fixed r7385@Thesaurus (orig r7382): ribasushi | 2009-08-25 11:33:40 +0200 One more test r7394@hlagh (orig r7393): ribasushi | 2009-08-26 12:07:51 -0400 Stop testing deprecated json::syck r7395@hlagh (orig r7394): ribasushi | 2009-08-26 12:08:24 -0400 Make sure sqlt_type gets called after determining driver r7396@hlagh (orig r7395): ribasushi | 2009-08-26 12:21:53 -0400 Make POD::Coverage happy... again r7397@hlagh (orig r7396): ribasushi | 2009-08-26 12:31:54 -0400 Clarify r7398@hlagh (orig r7397): frew | 2009-08-26 16:24:19 -0400 Remove dead, sketchtowne link r7402@hlagh (orig r7401): ribasushi | 2009-08-27 12:50:12 -0400 Changes --- 0434c7c9d8a93a650e7027cf08d013c9e8444d24 diff --cc lib/DBIx/Class/Storage/DBI.pm index 91ea170,3be0981..d461a0f --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@@ -2033,6 -2078,6 +2078,13 @@@ sub last_insert_id $self->dbh_do('_dbh_last_insert_id', @_); } ++# By default there is no resolution of DBIC data types to DBI data types ++# In essence this makes e.g. AutoCast a noop ++sub _dbi_data_type { ++ #my ($self, $data_type) = @_; ++ return undef ++}; ++ =head2 sqlt_type Returns the database driver name.