On Tue, Jun 19, 2012 at 11:27 AM, Kenneth S Mclane <[email protected]>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. Is > there something I need to do to make it pull a fresh copy of the data? I > thought it was automatic, but it doesn't seem to be. 1) Caching enabled? 2) You can set the DBI_TRACE env variable to 1 and make sure that the query that's being run against the DB should be finding the new record. Len. -- [email protected] 614-404-4214 www.volunteerable.net Proprietor: http://www.theycomewithcheese.com/ - An Homage to Fromage Greenbar <http://www.greenbartraining.org/>: Grubmaster: 2012-2009, Grub Asst: 2008, Trained: 2007.
_______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
