X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC.pm;h=f8e92098ac425b9260bc110fbca8dae102d82b79;hb=4b5544ade32d37fee88e543a7d182a082f1b9c48;hp=2b7790df519be659467de499552268cb8478ae7c;hpb=d88ecca6486a2b1c4b6e2f0440165b186aab39bc;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC.pm b/lib/DBIx/Class/Storage/DBI/ODBC.pm index 2b7790d..f8e9209 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC.pm @@ -21,15 +21,6 @@ sub _rebless { } } -sub _dbh_last_insert_id { - my ($self, $dbh, $source, $col) = @_; - - # punt: if there is no derived class for the specific backend, attempt - # to use the DBI->last_insert_id, which may not be sufficient (see the - # discussion of last_insert_id in perldoc DBI) - return $dbh->last_insert_id(undef, undef, $source->from, $col); -} - 1; =head1 NAME