[Dbix-class] Re: [Catalyst] Session::Store::DBIC and session table (postgres)

Fernan Aguero fernan.aguero at gmail.com
Thu Nov 15 14:08:58 GMT 2012


On Thu, Nov 15, 2012 at 10:38 AM, Peter Rabbitson <rabbit+dbic at rabbit.us>wr=
ote:

> On Thu, Nov 15, 2012 at 10:31:21AM -0300, Fernan Aguero wrote:
> > So, apparently the problem is calling delete() right on the resultset
> > object. For some reason that eludes me, DBIC is not fully qualifying the
> > table in this case.
>
> This is a known issue, RT#80015. Should be fixed shortly (hopefully before
> next weekend). In the meantime use $rs->delete_all, which in essence is
> your workaround, just a little more efficient.



Great! Will patch my code (and Session::Store::DBIC) with your
suggestion until then.

Thanks!

-- =

fernan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20121115/238=
e2b1a/attachment.htm


More information about the DBIx-Class mailing list