]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix pypostgresql typo, [ticket:2185]
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jul 2011 20:35:27 +0000 (16:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jul 2011 20:35:27 +0000 (16:35 -0400)
commit152318cb4fa22c49bea8896eec44311ea57b7be3
treed65b5964ac6a49d6347a1883bb95d14b9535c364
parent9b67a2222153bb4e7dad8c4582c95ed8a47208a4
- fix pypostgresql typo, [ticket:2185]
- rewrite "getting a session" docs to delineate
all sessionmaker() use cases distinctly
- rewrite "Managing Transactions" doc to spell out
each specific step completely, [ticket:2204]
- add to create_engine() and main "engine" doc
an unambiguous statement that the create_engine()
does not create a connection
- other link fixes
- rewrite "deleting" section so that "deleting from collections"
is separate, well-described, [ticket:2202]
- rephrase "autocommit mode" into its own section, move it down,
put some bold text that you shouldn't be using it.
- simplify the "subtransactions" section and make it local to
"autocommit" since it is utterly unneeded by anybody.
- oracle is not doing 2-phase anytime soon
doc/build/core/engines.rst
doc/build/orm/session.rst
lib/sqlalchemy/dialects/postgresql/pypostgresql.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py