| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
maintenance branch in branches/rel_0_3.
|
|
|
|
|
|
| |
straight <pre> + trim() func
for now. applies most of [ticket:214], compliemnts of Lele Gaifax
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
| |
fixes to unittests, mapper extension to work better with setting/unsetting extensions
objectstore objects get 'session' attribute
|
|
|
|
| |
both objectstores no longer subclass SessionContext, get at it via .context attribute instead
|
| |
|
|
|
|
|
| |
latest sqlsoup from 0.1.7
s. cazzells fixes to assignmapper, threadlocal
|
|
|