| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | make Query._clone() class-agnostic | Mike Bayer | 2008-06-02 | 1 | -7/+0 |
| * | illustrates a simple Query "hook" to implement query caching. | Mike Bayer | 2008-06-02 | 1 | -0/+87 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 2 | -7/+197 |
| * | - added an example dynamic_dict/dynamic_dict.py, illustrating | Mike Bayer | 2008-05-07 | 1 | -0/+83 |
| * | - Added comparable_property(), adds query Comparator behavior to regular, unm... | Jason Kirtland | 2008-03-17 | 1 | -22/+1 |
| * | - Added two new vertical dict mapping examples. | Jason Kirtland | 2008-02-12 | 2 | -0/+533 |
| * | oof...unicode object still needs to return the value if it just warned... | Mike Bayer | 2007-12-14 | 3 | -24/+24 |
| * | oof, history on collections were wrong. fixed byroot_tree test as well | Mike Bayer | 2007-12-14 | 1 | -2/+2 |
| * | - fixed wrong varname in session exception throw | Mike Bayer | 2007-12-05 | 1 | -5/+4 |
| * | Removed some distractions, ala r3770. | Jason Kirtland | 2007-11-14 | 1 | -64/+87 |
| * | Removed some distractions. | Jason Kirtland | 2007-11-14 | 1 | -21/+18 |
| * | - fixes to ShardedSession to work with deferred columns [ticket:771]. | Mike Bayer | 2007-09-08 | 1 | -1/+2 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 5 | -13/+29 |
| * | Association example updates, round two. | Jason Kirtland | 2007-08-22 | 1 | -10/+15 |
| * | basic 0.4 update | Jason Kirtland | 2007-08-22 | 1 | -28/+26 |
| * | Updated adjencytree examples | Jason Kirtland | 2007-08-21 | 2 | -5/+5 |
| * | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -4/+4 |
| * | needed orm import | Mike Bayer | 2007-08-16 | 1 | -0/+1 |
| * | #725 add query arg to id_chooser() | Mike Bayer | 2007-08-10 | 1 | -1/+1 |
| * | - added hooks for alternate session classes into sessionmaker | Mike Bayer | 2007-08-03 | 1 | -7/+12 |
| * | small fix for filter() aliasing, upgraded elementtree examples to use 0.4 sty... | Mike Bayer | 2007-08-03 | 2 | -37/+29 |
| * | Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f... | Jason Kirtland | 2007-08-01 | 1 | -3/+4 |
| * | - merged ants' derived attributes example from 0.4 branch | Mike Bayer | 2007-07-27 | 1 | -0/+127 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 19 | -105/+777 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 14 | -16/+16 |
| * | added proper cascade for deletes | Mike Bayer | 2007-06-30 | 1 | -1/+5 |
| * | fix to "populate_existing" | Mike Bayer | 2007-06-27 | 1 | -1/+1 |
| * | documented eager load fix | Mike Bayer | 2007-06-08 | 1 | -1/+1 |
| * | - eager loader calls select_mapper so that poly rulesets get picked up | Mike Bayer | 2007-06-08 | 1 | -10/+3 |
| * | some updates | Mike Bayer | 2007-05-29 | 3 | -11/+161 |
| * | fix to the backref primary join condition | Mike Bayer | 2007-05-29 | 1 | -7/+11 |
| * | added "polymorphic assocaition" example, illustrates how to emulate | Mike Bayer | 2007-05-28 | 2 | -0/+300 |
| * | docs/examples for new with_parent() feature | Mike Bayer | 2007-04-17 | 1 | -4/+3 |
| * | - Query has add_entity() and add_column() generative methods. these | Mike Bayer | 2007-03-10 | 1 | -2/+2 |
| * | docs: [ticket:345], [ticket:356], [ticket:48], [ticket:403], [ticket:394], | Mike Bayer | 2007-01-21 | 1 | -2/+4 |
| * | new collections example | Mike Bayer | 2006-12-12 | 1 | -0/+84 |
| * | pickle example for dmiller | Mike Bayer | 2006-12-09 | 1 | -0/+82 |
| * | docs/examples/unittests for remote_side | Mike Bayer | 2006-12-08 | 3 | -3/+3 |
| * | patched **kwargs enhancement for [ticket:361] | Mike Bayer | 2006-11-10 | 1 | -1/+8 |
| * | - added an assertion within the "cascade" step of ORM relationships to check | Mike Bayer | 2006-11-03 | 4 | -7/+217 |
| * | some example cleanup | Mike Bayer | 2006-11-01 | 2 | -16/+13 |
| * | added graphing example | Mike Bayer | 2006-11-01 | 1 | -0/+85 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -3/+2 |
| * | tweak for Table.create() not having a return value | Mike Bayer | 2006-10-21 | 1 | -3/+5 |
| * | - "custom list classes" is now implemented via the "collection_class" | Mike Bayer | 2006-10-03 | 2 | -7/+7 |
| * | - internal refactoring to mapper instances() method to use a | Mike Bayer | 2006-09-30 | 1 | -3/+4 |
| * | - unit-of-work does a better check for "orphaned" objects that are | Mike Bayer | 2006-08-18 | 2 | -2/+2 |
| * | echo=True | Mike Bayer | 2006-07-18 | 1 | -1/+1 |
| * | late compilation of mappers. now you can create mappers in any order, and th... | Mike Bayer | 2006-06-08 | 2 | -1/+5 |
| * | improvements/fixes to session cascade iteration, | Mike Bayer | 2006-06-05 | 1 | -0/+1 |