[Dbix-class] Search_rs not returning newly created rows
Moritz Lenz
moritz at faui2k3.org
Tue Jun 19 18:16:42 GMT 2012
On 06/19/2012 05:27 PM, Kenneth S Mclane wrote:
> I have succeeded in creating a new row in my table with "->create". I
> then go back to my page that lists all the rows in that table, and I get
> the list using "search_rs", but the newly created rows are not showing.
> I verified that the rows do exist. I'm not sure why this isn't working.
Maybe an uncommitted transaction somewhere?
Does your database have the facility to list open transactions? If yes,
do that while the program is running; maybe you'll find something of
interest.
Cheers,
Moritz
More information about the DBIx-Class
mailing list