]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a large hill to climb. Added declarative examples to all the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Aug 2010 00:10:03 +0000 (20:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Aug 2010 00:10:03 +0000 (20:10 -0400)
commit3d439e180103e3b1aab14094912bb566da2d7f5d
tree0dc336ae715363f2405187097643c7b21bed8f8d
parent092fbb40eb72d08a9eb433a6ac182723af774201
- a large hill to climb.  Added declarative examples to all the
"basic relationship" examples, cleaned up the examples and added
some more explicitness.  Also renamed "treenodes" to "nodes" and
added self-referential declarative example.
- Added info/examples on how to join tables directly when querying with
joined table inheritance.
-  Starting to talk about hybrids in the main mapper docs some more.
introducoed the idea that synonyms are on their way out.
- SQL expressions as mapped attributes also gets better verbiage,
alternative approaches to them, including hybrids.
- modernized the hybrid example.
- object_session() as a standalone function wasn't documented ?!
doc/build/mappers.rst
doc/build/reference/orm/sessions.rst
examples/derived_attributes/attributes.py
examples/inheritance/polymorph.py
lib/sqlalchemy/ext/declarative.py