snd297 / penn-ppod

Automatically exported from code.google.com/p/penn-ppod
Apache License 2.0
0 stars 0 forks source link

Rollbacks after error in SaveOrUpdateStudyHibernate #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now that we're doing batch inserts of data in 
SaveOrUpdateCharacterStateMatrix, rollback's have no effect and, if desired, 
we'll have to do manual undo actions.

Original issue reported on code.google.com by snd...@gmail.com on 1 Feb 2010 at 2:23

GoogleCodeExporter commented 9 years ago
We were using MyISAM, switched to Innodb. 

Now using hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect where 
appropriate.

Original comment by snd...@gmail.com on 25 Jan 2011 at 2:14