[Storage::DBI::InterBase] remove cruft copied from MSSQL
Moritz Lenz [Thu, 4 Feb 2010 13:00:05 +0000 (13:00 +0000)]
lib/DBIx/Class/Storage/DBI/InterBase.pm

index a15bb1f..db923fa 100644 (file)
@@ -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) = @_;