[Dbix-class] dbix update and create

Jon Schutz jon+dbix at youramigo.com
Fri Feb 15 23:22:36 GMT 2008


On Fri, 2008-02-15 at 14:52 -0800, Jennifer Ahn wrote:
> hello dbix-ers!
> 
> i'm getting my feet wet in the dbix world.
> i am able to find, search and all that good stuff, but when it comes to 
> updating and creating a row in through my result set, my database is not 
> showing any new rows or updates.  i have set my autocommit flag to 1.  
> is there anything else that i need to configure to allow for inserts and 
> updates into my database?  what's a good way of checking if there has 
> been a commit?
> 

Run your code with environment variable DBIC_TRACE=1 to see what it's
doing.


-- 

Jon Schutz                        My tech notes http://notes.jschutz.net
Chief Technology Officer                        http://www.youramigo.com
YourAmigo         



More information about the DBIx-Class mailing list