From: Moritz Lenz Date: Thu, 4 Feb 2010 13:00:05 +0000 (+0000) Subject: [Storage::DBI::InterBase] remove cruft copied from MSSQL X-Git-Tag: v0.08121~73^2~48 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f6383866d94180bea64069e1378ad54e4b8a883;p=dbsrgits%2FDBIx-Class.git [Storage::DBI::InterBase] remove cruft copied from MSSQL --- diff --git a/lib/DBIx/Class/Storage/DBI/InterBase.pm b/lib/DBIx/Class/Storage/DBI/InterBase.pm index a15bb1f..db923fa 100644 --- a/lib/DBIx/Class/Storage/DBI/InterBase.pm +++ b/lib/DBIx/Class/Storage/DBI/InterBase.pm @@ -11,11 +11,9 @@ use mro 'c3'; use List::Util(); __PACKAGE__->mk_group_accessors(simple => qw/ - _identity _identity_method + _identity /); -__PACKAGE__->sql_maker_class('DBIx::Class::SQLAHacks::InterBase'); - sub insert_bulk { my $self = shift; my ($source, $cols, $data) = @_;