Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removing this example until further notice (append_result() not an easy road ↵ | Mike Bayer | 2008-08-15 | 1 | -244/+0 |
| | | | | to travel) | ||||
* | fix adjacency list examples | Mike Bayer | 2008-07-14 | 1 | -3/+3 |
| | |||||
* | oof, history on collections were wrong. fixed byroot_tree test as well | Mike Bayer | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | Removed some distractions, ala r3770. | Jason Kirtland | 2007-11-14 | 1 | -64/+87 |
| | |||||
* | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -5/+11 |
| | | | | | | | - inline default execution occurs for *all* non-PK columns unconditionally - preexecute only for non-executemany PK cols on PG, Oracle, etc. - new default docs | ||||
* | Updated adjencytree examples | Jason Kirtland | 2007-08-21 | 1 | -4/+4 |
| | |||||
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -33/+28 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
| | | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation | ||||
* | fix to "populate_existing" | Mike Bayer | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | docs/examples/unittests for remote_side | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | some example cleanup | Mike Bayer | 2006-11-01 | 1 | -8/+7 |
| | |||||
* | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -3/+2 |
| | | | | | | | | | | | | | - 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] | ||||
* | - "custom list classes" is now implemented via the "collection_class" | Mike Bayer | 2006-10-03 | 1 | -3/+6 |
| | | | | | keyword argument to relation(). the old way still works but is deprecated [ticket:212] | ||||
* | - internal refactoring to mapper instances() method to use a | Mike Bayer | 2006-09-30 | 1 | -3/+4 |
| | | | | | | | | SelectionContext object to track state during the operation. SLIGHT API BREAKAGE: the append_result() and populate_instances() methods on MapperExtension have a slightly different method signature now as a result of the change; hoping that these methods are not in widespread use as of yet. | ||||
* | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 1 | -1/+1 |
| | | | | | | | | | | part of a "delete-orphan" cascade, for certain conditions where the parent isnt available to cascade from. - it is now invalid to declare a self-referential relationship with "delete-orphan" (as the abovementioned check would make them impossible to save) - improved the check for objects being part of a session when the unit of work seeks to flush() them as part of a relationship.. | ||||
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -43/+36 |
| | |||||
* | added explicit "session" argument to get(), select_whereclause in mapper, as ↵ | Mike Bayer | 2006-04-06 | 1 | -0/+1 |
| | | | | well as throughout the call-chain for those. lazy loader honors the "session" of the parent object, + added simple unit test | ||||
* | deprecated relation(class, table) | Mike Bayer | 2006-02-02 | 1 | -1/+1 |
| | | | | changed unit tests/examples to not do it | ||||
* | moved tables into examples so basic_tree could be simplified | Mike Bayer | 2006-01-03 | 1 | -9/+42 |
| | |||||
* | column.label is now a function; fix byroot example, add 'default_label' ↵ | Mike Bayer | 2006-01-02 | 1 | -1/+1 |
| | | | | accessor to columnimpl | ||||
* | updates for assignmapper, inherit_condition not required | Mike Bayer | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | fixed tree examples import scheme, tweak to properties import | Mike Bayer | 2005-12-03 | 1 | -3/+1 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -4/+5 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-23 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-17 | 1 | -5/+4 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-17 | 1 | -2/+0 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-16 | 1 | -2/+2 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-16 | 1 | -0/+12 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-15 | 1 | -6/+5 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-15 | 1 | -4/+6 |
| | |||||
* | w00p | Mike Bayer | 2005-10-15 | 1 | -0/+1 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -4/+5 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -22/+32 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -7/+48 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -3/+3 |
| | |||||
* | (no commit message) | Mike Bayer | 2005-10-14 | 1 | -4/+6 |
| | |||||
* | new examples | Mike Bayer | 2005-10-13 | 1 | -0/+127 |