Unsupported DBDs: Browse | Submit New | Admin

[#19394] ADO transaction issue

Date:
2008-04-09 14:31
Priority:
3
Submitted By:
Eugen Anghel (eugen)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
ADO transaction issue

Detailed description
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: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
ado.patch Download

Changes:

Field Old Value Date By
File Added3571: ado.patch2008-04-09 14:31eugen