dankocherga / MTool

Magento developer code generator built on zend tool framework
48 stars 17 forks source link

Wrap installation code to transaction #38

Closed dn23rus closed 11 years ago

dankocherga commented 11 years ago

DDL statements cannot be executed in a transaction, so this will not work for installers which modify DB structure. Let's leave try/catch with exception logging, but without transaction.

dankocherga commented 11 years ago

Also, I think $installer->endSetup(); should not be removed