Michael Bayer wrote:
>
> > Some DBAPI's provide autocommit modes, but since these are not
> standardized or universally available, and because SQLA has its own
> "autocommit" that works very nicely and consistently, SQLA has no support
> for them.  I dont know what Pyodbc provides.
>

note however that this is not to say you can't add a connect hook to your
pool (using PoolListener) and set the pyodbc connections into "autocommit"
mode, if you identify such an option.   as far as the conditional shoved
into do_begin() I still think we should just flatly deny SAVEPOINT support
on MSSQL for now which would obviate the need for that statement.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to