]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Tickets [ticket:1200].
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Nov 2008 19:22:42 +0000 (19:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Nov 2008 19:22:42 +0000 (19:22 +0000)
commit2c69cdb3502017d4b3a98d3c32466a95063939f3
tree1fd3951db4438188ecbaf7fc86c452134900fac7
parentf03e4ca5957bf8c0f2edfb7e0655ca4e044dc8e5
- Tickets [ticket:1200].

- Added note about create_session() defaults.

- Added section about metadata.reflect().

- Updated `TypeDecorator` section.

- Rewrote the "threadlocal" strategy section of
the docs due to recent confusion over this
feature.

- ordered the init arguments in the docs for sessionmaker().

- other edits
CHANGES
doc/build/content/dbengine.txt
doc/build/content/metadata.txt
doc/build/content/session.txt
doc/build/content/types.txt
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/schema.py