[DBIx-Class-Devel] [Perl5/DBIx-Class] Stop trying to get last_insert_id() from all the columns (#122)

Peter Rabbitson notifications at github.com
Wed Jan 24 18:09:27 GMT 2018


Hi @melnik13, sorry for the late reply. The change you suggest would seriously affect drivers that use the value-prefetches as opposed to relying on `last_insert_id` directly.

In general your description is a bit unclear, specifically:
> having a complex PK (like int+datetime+datetime )

Could you share the actual primary key definition and the actual types/names( important ) of the columns involved? Ideally just seeing the entire `CREATE TABLE ...` statement would be best

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/Perl5/DBIx-Class/pull/122#issuecomment-360223058
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20180124/a4eda45a/attachment.htm>


More information about the DBIx-Class-Devel mailing list