summaryrefslogtreecommitdiff
path: root/examples/pickle/custom_pickler.py
Commit message (Collapse)AuthorAgeFilesLines
* sorry, this example is just ridiculousMike Bayer2010-01-181-91/+0
|
* Added in Examples into the test suite so they get exercised regularly. ↵Michael Trier2009-07-271-1/+7
| | | | Cleaned up some deprecation warnings in the examples.
* Lots of fixes to the code examples to specify imports explicitly.Michael Trier2009-03-311-5/+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.
* - got all examples workingMike Bayer2007-09-011-1/+1
| | | | | | | - inline default execution occurs for *all* non-PK columns unconditionally - preexecute only for non-executemany PK cols on PG, Oracle, etc. - new default docs
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym ↵Jason Kirtland2007-08-011-3/+4
| | | | | | for EXT_CONTINUE. Repointed docs and examples to EXT_CONTINUE
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-2/+3
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-2/+2
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* pickle example for dmillerMike Bayer2006-12-091-0/+82