summaryrefslogtreecommitdiff
path: root/examples/elementtree/optimized_al.py
Commit message (Collapse)AuthorAgeFilesLines
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-4/+6
| | | | | | | | | viewcode extension to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation.
* - the raw 2to3 runMike Bayer2013-04-271-21/+21
| | | | - went through examples/ and cleaned out excess list() calls
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
|
* - whitespace removal bonanzaMike Bayer2011-01-021-9/+9
|
* - optimized_al doesn't need mapper extensionMike Bayer2010-09-241-19/+19
| | | | - convert to non-bound metadata, Session, session.commit()
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-2/+2
| | | | | - converted all eager to joined in examples - fixed beaker/advanced.py to reference RelationshipCache
* - The official name for the relation() function is nowMike Bayer2010-03-171-5/+5
| | | | | | relationship(), to eliminate confusion over the relational algebra term. relation() however will remain available in equal capacity for the foreseeable future. [ticket:1740]
* - mega example cleanupMike Bayer2010-01-191-10/+0
| | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward
* Cleaned up the deprecation problems with the examples.Michael Trier2009-04-131-1/+1
|
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-6/+6
| | | | | | | Explicit imports make it easier for users to understand the examples. Additionally a lot of the examples were fixed to work with the changes in the 0.5.x code base. One small correction to the Case expression. Thanks a bunch to Adam Lowry! Fixes #717.
* typoGaëtan de Menten2008-07-111-1/+1
|
* oof...unicode object still needs to return the value if it just warned...Mike Bayer2007-12-141-11/+11
|
* small fix for filter() aliasing, upgraded elementtree examples to use 0.4 ↵Mike Bayer2007-08-031-19/+18
| | | | style queries
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-0/+224
maintenance branch in branches/rel_0_3.