Re: [CDBI] Class::DBI patch
"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]> Fri, 18 Jan 2008 15:02:52 -0500
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
>> I probably shouldn't speak for Tony, but I can't imagine him accepting such a >> patch. It's very PostgreSQL-specific. > > No it isn't, it's improving Class::DBI's support for the DBI documented > standard approach of getting the last inserted id. It's the "schema_name.table_name" parsing that appears to be Pg-specific to me, or at least not universally valid. I suspect that it would break usage with some non-Pg DBMSs. If anyone can show otherwise, then I would gladly support such a DBMS-agnostic change, FWIW.