| Commit message (Expand) | Author | Age | Files | Lines |
| * | this definitely has to go - theres bugs in merge(), serialization which | Mike Bayer | 2010-01-10 | 1 | -176/+0 |
| * | new example - apply Beaker caching to a relation(). | Mike Bayer | 2010-01-08 | 1 | -0/+176 |
| * | - Fixed a slight inaccuracy in the sharding example. | Mike Bayer | 2009-10-25 | 1 | -1/+7 |
| * | Added in Examples into the test suite so they get exercised regularly. Cleane... | Michael Trier | 2009-07-27 | 20 | -3/+14 |
| * | Cleaned up the deprecation problems with the examples. | Michael Trier | 2009-04-13 | 5 | -7/+7 |
| * | Lots of fixes to the code examples to specify imports explicitly. | Michael Trier | 2009-03-31 | 24 | -133/+147 |
| * | - Added "post_configure_attribute" method to InstrumentationManager, | Mike Bayer | 2009-02-11 | 1 | -2/+1 |
| * | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -43/+118 |
| * | - Custom comparator classes used in conjunction with | Mike Bayer | 2009-01-02 | 1 | -10/+3 |
| * | - added an extremely basic illustration of a PostGIS | Mike Bayer | 2008-12-30 | 1 | -0/+230 |
| * | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -3/+2 |
| * | remove erroneous comments | Mike Bayer | 2008-10-24 | 2 | -4/+0 |
| * | two more cache examples | Mike Bayer | 2008-10-24 | 3 | -3/+145 |
| * | "nested sets" example. needs work. | Mike Bayer | 2008-09-18 | 1 | -0/+104 |
| * | synchronize inherited does not need to be called for the full mapper hierarchy | Mike Bayer | 2008-09-05 | 1 | -5/+6 |
| * | - column_property(), composite_property(), and relation() now | Mike Bayer | 2008-09-02 | 2 | -118/+2 |
| * | - AttributeListener has been refined such that the event | Mike Bayer | 2008-09-02 | 2 | -2/+121 |
| * | - add an example illustrating attribute event reception. | Mike Bayer | 2008-08-29 | 1 | -0/+83 |
| * | Applied .append(x, **kw) removal patch from [ticket:1124] and general cleanup. | Jason Kirtland | 2008-08-15 | 1 | -49/+36 |
| * | removing this example until further notice (append_result() not an easy road ... | Mike Bayer | 2008-08-15 | 1 | -244/+0 |
| * | fix adjacency list examples | Mike Bayer | 2008-07-14 | 2 | -4/+4 |
| * | typo | Gaëtan de Menten | 2008-07-11 | 1 | -1/+1 |
| * | update poly_assoc examples for 0.4+ syntax | Gaëtan de Menten | 2008-07-03 | 3 | -50/+50 |
| * | - fixed up vertical.py | Mike Bayer | 2008-06-28 | 1 | -107/+133 |
| * | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 1 | -9/+1 |
| * | 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 |