| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix to using query.count() with distinct, **kwargs with SelectResults | Mike Bayer | 2006-08-27 | 1 | -1/+1 |
| * | some fixes to sqlite datetime organization, was improperly reflecting | Mike Bayer | 2006-08-12 | 1 | -1/+1 |
| * | SelectResults will use a subselect, when calling an aggregate (i.e. | Mike Bayer | 2006-08-11 | 1 | -5/+17 |
| * | r/m _reset method | Jonathan Ellis | 2006-08-01 | 1 | -10/+6 |
| * | expand explanation of Query methods | Jonathan Ellis | 2006-08-01 | 1 | -5/+26 |
| * | add update method | Jonathan Ellis | 2006-07-31 | 1 | -3/+9 |
| * | doc update | Jonathan Ellis | 2006-07-30 | 1 | -2/+7 |
| * | auto-execute delete stmts | Jonathan Ellis | 2006-07-30 | 1 | -3/+3 |
| * | add mappedtable.delete support | Jonathan Ellis | 2006-07-30 | 1 | -1/+13 |
| * | soup.engine property | Jonathan Ellis | 2006-07-29 | 1 | -1/+19 |
| * | with_labels support | Jonathan Ellis | 2006-07-24 | 1 | -5/+14 |
| * | fix outdated link into SA docs for Query objects | Jonathan Ellis | 2006-07-23 | 1 | -3/+3 |
| * | de-tabbify | Jonathan Ellis | 2006-07-23 | 1 | -33/+37 |
| * | ReST-ify docstring | Jonathan Ellis | 2006-07-23 | 1 | -35/+50 |
| * | small join api change | Jonathan Ellis | 2006-07-22 | 1 | -39/+24 |
| * | schema support for sqlsoup | Jonathan Ellis | 2006-07-21 | 1 | -9/+13 |
| * | fix doctests by ensuring consistent sort order via __cmp__; add join support | Jonathan Ellis | 2006-07-21 | 1 | -22/+97 |
| * | _selectable interface; allows sqlsoup to pass its classes to Join and have th... | Jonathan Ellis | 2006-07-21 | 2 | -5/+3 |
| * | assignmapper was setting is_primary=True, causing all sorts of mayhem | Mike Bayer | 2006-07-20 | 1 | -1/+0 |
| * | ActiveMapper now supports autoloading of column definitions if you supply | Jonathan LaCour | 2006-07-14 | 1 | -4/+32 |
| * | added count/count_by to assignmapper, plus a test in activemapper to try it out | Mike Bayer | 2006-07-13 | 1 | -1/+1 |
| * | sqlite detects version and disables CAST if version < 3.2.3 | Mike Bayer | 2006-07-11 | 1 | -0/+1 |
| * | activemapper will use threadlocal mod's objectstore if its installed | Mike Bayer | 2006-07-10 | 1 | -14/+13 |
| * | works without backrefs too.... | Mike Bayer | 2006-07-10 | 1 | -0/+4 |
| * | some refactorings to activemapper, made relationship() class have some polymo... | Mike Bayer | 2006-07-09 | 1 | -44/+54 |
| * | small fix to relation compilation | Mike Bayer | 2006-07-09 | 1 | -1/+0 |
| * | some adjustments to activemapper's objectstore to be composed against Session... | Mike Bayer | 2006-07-01 | 1 | -7/+9 |
| * | Put back in the foreign-key checking code in process_relationships for | Jonathan LaCour | 2006-06-30 | 1 | -6/+0 |
| * | There were two significant changes in this commit: | Jonathan LaCour | 2006-06-29 | 1 | -2/+19 |
| * | Updated ActiveMapper to support order_by parameters on all relationships. | Jonathan LaCour | 2006-06-28 | 1 | -8/+18 |
| * | removed non py2.3ish parenthesis | Mike Bayer | 2006-06-22 | 1 | -3/+3 |
| * | Replaced tab spacing with plain spaces. | sean | 2006-06-21 | 1 | -3/+3 |
| * | fixed [ticket:200] | Mike Bayer | 2006-06-07 | 1 | -1/+0 |
| * | Further improved the process_relationships function to handle the ordering of | Jonathan LaCour | 2006-06-06 | 1 | -22/+72 |
| * | fix to backref when its none for one-to-one | Mike Bayer | 2006-06-06 | 1 | -1/+3 |
| * | HashSet is gone, uses set() for most sets in py2.4 or sets.Set. | Mike Bayer | 2006-06-05 | 1 | -2/+2 |
| * | selectresults docs | Mike Bayer | 2006-05-28 | 1 | -1/+20 |
| * | doc updates, added 'save' method to assignmapper | Mike Bayer | 2006-05-27 | 1 | -1/+1 |
| * | converted sqlsoup, got its doctests working (werent working in 0.1 either....... | Mike Bayer | 2006-05-27 | 1 | -28/+42 |
| * | added 0.1.7 changes to changelog | Mike Bayer | 2006-05-25 | 2 | -72/+185 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 6 | -312/+343 |
| * | Got the unit tests running again, apart from the two that were not working in | Jonathan LaCour | 2006-04-23 | 1 | -37/+36 |
| * | Updates to ActiveMapper contributed by Gabriel Jacobo. The main purpose of the | Jonathan LaCour | 2006-04-20 | 1 | -21/+50 |
| * | latest from j. ellis... | Mike Bayer | 2006-04-10 | 1 | -72/+182 |
| * | Added preliminary support for inheritance. | jeff | 2006-04-08 | 1 | -9/+9 |
| * | split up Session into Session/LegacySession, added some new constructor args | Mike Bayer | 2006-04-06 | 1 | -1/+9 |
| * | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -39/+0 |
| * | J. Ellis' "Simple" ORM module...for Spyce ! (and others...) | Mike Bayer | 2006-03-16 | 1 | -0/+72 |
| * | rudimentary support for many-to-many relation. Still requires a separately de... | jeff | 2006-03-03 | 1 | -10/+17 |
| * | engine property allows polymorphic access to get_engine/set_engine | Mike Bayer | 2006-03-02 | 1 | -7/+1 |