Unsupported DBDs: Browse | Submit New | Admin
The current ADO driver always runs statements inside a transaction. This is bad because some DDL statements will always fail. This patch will make it open a transaction only if 'AutoCommit' is set to false. If AutoCommit is nil or true the statements will be ran one at a time, without a transaction.
Add A Comment: