Skip Menu |

This queue is for tickets about the DBIx-Raw CPAN distribution.

Report information
The Basics
Id: 111900
Status: open
Priority: 0/
Queue: DBIx-Raw

People
Owner: Nobody in particular
Requestors: scmcmurray [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: raw() fails for insert..returning queries
Date: Tue, 9 Feb 2016 09:31:05 -0800
To: bug-DBIx-Raw [...] rt.cpan.org
From: Sean McMurray <scmcmurray [...] gmail.com>
https://metacpan.org/source/SRCHULO/DBIx-Raw-0.12/lib/DBIx/Raw.pm#L396-420 contains logic that prevents DBI::Raw from returning the values of an insert...returning query or an update...returning query. Why not allow such queries to return results? You don't have similar restrictions for aoh(), etc.
On Tue Feb 09 12:31:22 2016, scmcmurray@gmail.com wrote: Show quoted text
> https://metacpan.org/source/SRCHULO/DBIx-Raw-0.12/lib/DBIx/Raw.pm#L396-420 > contains logic that prevents DBI::Raw from returning the values of an > insert...returning query or an update...returning query. > > Why not allow such queries to return results? You don't have similar > restrictions for aoh(), etc.
Hi Sean! I'm having a little bit of trouble understanding what you mean. Could you give me some specific examples of what you'd like to see?