| Commit message (Expand) | Author | Age | Files | Lines |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 15 | -197/+830 |
| * | added an example on how to share code between sql predicate construction and ... | Ants Aasma | 2007-07-27 | 1 | -0/+127 |
| * | fix up a docstring and some examples | Ants Aasma | 2007-07-26 | 9 | -9/+15 |
| * | - added unittest for sharding module | Mike Bayer | 2007-07-25 | 1 | -1/+1 |
| * | - added has(), like any() but for scalars | Mike Bayer | 2007-07-24 | 1 | -9/+4 |
| * | - a rudimental sharding (horizontal scaling) system is introduced. This system | Mike Bayer | 2007-07-24 | 1 | -0/+194 |
| * | - joined-table inheritance will now generate the primary key | Mike Bayer | 2007-07-23 | 2 | -1/+3 |
| * | - removed ancient threadlocal/legacy_session mods | Mike Bayer | 2007-07-17 | 1 | -1/+1 |
| * | added polymorphic associations examples from the trunk | Mike Bayer | 2007-07-12 | 3 | -0/+457 |
| * | - renamed DynamicMetaData to ThreadLocalMetaData | Jason Kirtland | 2007-07-06 | 10 | -12/+12 |
| * | More byroot_tree cleanups. | Jason Kirtland | 2007-07-02 | 1 | -5/+2 |
| * | removed ancient "backref" example, updated byroot_tree to not suck so much | Mike Bayer | 2007-07-01 | 2 | -62/+14 |
| * | simplified the loading mechanism. much easier to understand now | Mike Bayer | 2007-07-01 | 1 | -33/+24 |
| * | forgot to add the xml files... | Mike Bayer | 2007-07-01 | 2 | -0/+11 |
| * | separated the adjacency list version into the "basic" and the "optimized" ver... | Mike Bayer | 2007-07-01 | 2 | -5/+219 |
| * | added some path searching | Mike Bayer | 2007-07-01 | 1 | -10/+70 |
| * | some better cascades | Mike Bayer | 2007-06-30 | 1 | -3/+5 |
| * | added "elementtree" examples | Mike Bayer | 2007-06-30 | 3 | -0/+246 |
| * | - merged some tweaks to the pool overflow sync from trunk r2819 | Mike Bayer | 2007-06-30 | 1 | -9/+7 |
| * | - OrderedDict shouldn't send None to update, never know who might be watching | Jason Kirtland | 2007-06-28 | 1 | -11/+13 |
| * | update example to work with new collections class | Mike Bayer | 2007-06-28 | 1 | -13/+16 |
| * | - merged trunk 2629-2730 | Mike Bayer | 2007-06-14 | 1 | -1/+1 |
| * | added test for testing against "outerjoin" | Mike Bayer | 2007-06-08 | 1 | -17/+5 |
| * | - added 'fetchmode' capability to deferred polymorphic loading. | Mike Bayer | 2007-05-23 | 1 | -4/+9 |
| * | 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 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 8 | -350/+320 |
| * | added explicit "session" argument to get(), select_whereclause in mapper, as ... | Mike Bayer | 2006-04-06 | 2 | -3/+4 |
| * | put proper return type | Mike Bayer | 2006-04-03 | 1 | -1/+1 |
| * | improved translation of rows when proxying rows from one mapper to another. | Mike Bayer | 2006-03-26 | 1 | -3/+4 |
| * | a cool example that illustrates vertical table storage, and objects that auto... | Mike Bayer | 2006-03-26 | 1 | -0/+164 |
| * | got some support for mapping to a select that only selects some of the column... | Mike Bayer | 2006-03-25 | 1 | -2/+0 |
| * | some more tweaks to get more advanced polymorphic stuff to work | Mike Bayer | 2006-03-24 | 2 | -7/+146 |
| * | a few tweaks and the polymorph example can also use eager loading | Mike Bayer | 2006-03-20 | 1 | -2/+2 |