summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mods/threadlocal.py
Commit message (Collapse)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-53/+0
| | | | maintenance branch in branches/rel_0_3.
* migrated (most) docstrings to pep-257 format, docstring generator using ↵Mike Bayer2007-02-251-10/+16
| | | | | | straight <pre> + trim() func for now. applies most of [ticket:214], compliemnts of Lele Gaifax
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-8/+9
| | | | | | | | | | | | | - fixed table comparison example in metadata.txt - docstrings all over the place - renamed mapper _getattrbycolumn/_setattrbycolumn to get_attr_by_column,set_attr_by_column - removed frommapper parameter from populate_instance(). the two operations can be performed separately - fix to examples/adjacencytree/byroot_tree.py to fire off lazy loaders upon load, to reduce query calling - added get(), get_by(), load() to MapperExtension - re-implemented ExtensionOption (called by extension() function) - redid _ExtensionCarrier to function dynamically based on __getattribute__ - added logging to attributes package, indicating the execution of a lazy callable - going to close [ticket:329]
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-1/+2
| | | | | fixes to unittests, mapper extension to work better with setting/unsetting extensions objectstore objects get 'session' attribute
* activemapper will use threadlocal mod's objectstore if its installedMike Bayer2006-07-101-8/+8
| | | | both objectstores no longer subclass SessionContext, get at it via .context attribute instead
* selectresults docsMike Bayer2006-05-281-0/+2
|
* added 0.1.7 changes to changelogMike Bayer2006-05-251-5/+2
| | | | | latest sqlsoup from 0.1.7 s. cazzells fixes to assignmapper, threadlocal
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+46