Outdated documentation on transactions

Issue #1490 resolved
Former user created an issue

Docs in http://www.sqlalchemy.org/docs/05/dbengine.html#using-transactions-with-connection appear to be outdated. For example, it says that "SQLAlchemy 0.4 will feature transactions with two-phase commit capability as well as SAVEPOINT capability." This brings doubt whether in modern SQLAlchemy begin() uses savepoints (like nested_begin()) or not.

Comments (2)

  1. Log in to comment