Replace the fallback _dbh_last_insert_id with an explicit exception.
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 11 Mar 2009 10:03:06 +0000 (10:03 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 11 Mar 2009 10:03:06 +0000 (10:03 +0000)
commit93b7182b41791a8253cef12f02805eaab05df91d
treee9de66902ff9807811dfe2baa604840623e88ae5
parentcde1c1e1c39b895f731274fd40a9bf60f2f1f092
Replace the fallback _dbh_last_insert_id with an explicit exception.
Currently all known Storage::DBI engines provide their own _dbh_last_insert_id, except for Storage::DBI::Sybase, for which the old sqlite-ish fallback doesn't work anyway: http://rt.cpan.org/Public/Bug/Display.html?id=40265
lib/DBIx/Class/Storage/DBI.pm