summaryrefslogtreecommitdiff
path: root/examples/large_collection
Commit message (Collapse)AuthorAgeFilesLines
* - add a new sphinx extension "viewsource". takes advantage of part of the ↵Mike Bayer2013-11-091-0/+2
| | | | | | | | | 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-8/+8
| | | | - went through examples/ and cleaned out excess list() calls
* modernize some more examplesMike Bayer2013-04-271-1/+2
|
* whack more long lines in very old docstringsMike Bayer2013-02-021-2/+6
|
* trailing whitespace bonanzaMike Bayer2012-07-281-9/+9
|
* - [bug] Fixed large_collection.py to close theMike Bayer2012-01-221-1/+2
| | | | session before dropping tables. [ticket:2346]
* - whitespace removal bonanzaMike Bayer2011-01-021-9/+9
|
* - The official name for the relation() function is nowMike Bayer2010-03-172-4/+4
| | | | | | 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-192-6/+8
| | | | | | - 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
* updated the large_collection example to modern SQLA.Mike Bayer2010-01-182-0/+100