Re: Fw: FreeTDS patch for MSSQL autocommit
Peter Deacon <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 31 Mar 2008, James K. Lowden wrote: > Hi Freddy, > I received the attached AUTOCOMMIT patch by private mail. I don't know > how/if it would be merged with CVS HEAD and/or 0.82. > What do you think? Running profiler on .82 both FreeTDS and the MS driver sent the same commands over the wire when switching autocommit on and off. XACT_ABORT is OFF by default. The driver must not enable it 'implicitly' when toggling autocommit. take care, Peter