nciri / zend-db-model-generator

Automatically exported from code.google.com/p/zend-db-model-generator
0 stars 0 forks source link

Small patch to put delete() operation in transaction #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For me it's necessary to put not only the save() but also the delete() 
functions into one transaction which I handle myself, therefore I have to 
disable them inside save() and delete(), respectively.

I made a very small modification in delete() to achieve this, in a similar way 
to save() already has.

The modified files are in the templates/ directory.

Original issue reported on code.google.com by szots...@gmail.com on 26 Jun 2012 at 7:36

Attachments:

GoogleCodeExporter commented 8 years ago
Hi. thank you for your patch. I commited it. once properly verified, it will be 
part of the next version release (which also supports zf2)

Original comment by kfirufk@gmail.com on 26 Jul 2012 at 9:11