projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
88a8d0f
)
[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
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/InterBase.pm
b/lib/DBIx/Class/Storage/DBI/InterBase.pm
index
a15bb1f
..
db923fa
100644
(file)
--- 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) = @_;