On Sun, Oct 05, 2008 at 02:43:21PM -0700, Marc Mims wrote:
> * Matt S Trout <dbix-class@trout.me.uk> [081005 14:30]:
> > Can somebody also go through rt.cpan.org and work out if there's
> > anything on there we need to apply as well?
>
> I can provide a patch to close RT #21260: Problem with last_insert_rowid:
> http://lists.scsys.co.uk/pipermail/dbix-class/2008-October/006843.html
>
> I would do so by adding a warning to _rebless if the backend can't be
> determined or if there is no DBIC extension for it then punting with a
> DBI call to last_insert_id, passing the table and column.
last_insert_rowid is a sqliteism I put in in the very early days, expecting
it to go away by like 0.03.
last_insert_id is the DBI standard, which theoretically should just work.
Just commit the damn fix.