Re: [symfony-users] Hey guys... transactions??

2010-05-17 Thread Garry Freemyer
error like "Cannot roll back" - which might freak a person out. Aka, it was a guess. :D From: Richard U To: symfony-users@googlegroups.com Sent: Sun, May 16, 2010 9:28:16 PM Subject: Re: [symfony-users] Hey guys... transactions?? Yep that was it...

Re: [symfony-users] Hey guys... transactions??

2010-05-16 Thread Richard U
hard U > To: symfony-users@googlegroups.com > Sent: Sun, May 16, 2010 8:57:38 PM > Subject: [symfony-users] Hey guys... transactions?? > > Hey guys... based on my understand about transactions in symfony the > following should not result in the data in the table been modified... > howeve

Re: [symfony-users] Hey guys... transactions??

2010-05-16 Thread Garry Freemyer
innodb type, try moving the truncate test command to just above the beginTransaction and see what that does. From: Richard U To: symfony-users@googlegroups.com Sent: Sun, May 16, 2010 8:57:38 PM Subject: [symfony-users] Hey guys... transactions?? Hey guys

[symfony-users] Hey guys... transactions??

2010-05-16 Thread Richard U
Hey guys... based on my understand about transactions in symfony the following should not result in the data in the table been modified... however it is... any ideas as to what i am doing wrong...?? $cdb_connection = Propel::getConnection('cdb'); $cdb_connection->be