Closed dn23rus closed 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.
Also, I think $installer->endSetup(); should not be removed
$installer->endSetup();
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.