| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Query.join() can now construct multiple FROM clauses, if | Mike Bayer | 2009-03-15 | 1 | -8/+24 |
| * | docstrings for the hated fold_equivalents argument/function | Mike Bayer | 2009-01-03 | 1 | -1/+4 |
| * | missed an ordering on a set. attempting to nail down linux-specific buildbo... | Mike Bayer | 2008-12-19 | 1 | -1/+1 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -8/+9 |
| * | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -2/+4 |
| * | dont use names to find Annotated subclasses | Mike Bayer | 2008-12-09 | 1 | -4/+9 |
| * | - Two fixes to help prevent out-of-band columns from | Mike Bayer | 2008-12-03 | 1 | -3/+3 |
| * | - Fixed bug in Query involving order_by() in conjunction with | Mike Bayer | 2008-11-06 | 1 | -3/+26 |
| * | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -7/+63 |
| * | - Fixed bug whereby mapper couldn't initialize if a composite | Mike Bayer | 2008-09-04 | 1 | -2/+14 |
| * | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 1 | -6/+2 |
| * | comment | Mike Bayer | 2008-08-08 | 1 | -1/+5 |
| * | - Dropped `reversed` emulation | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -6/+6 |
| * | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -1/+6 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -112/+171 |
| * | - an unfortunate naming conflict | Mike Bayer | 2008-05-02 | 1 | -3/+3 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+57 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -0/+36 |
| * | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -2/+40 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -39/+44 |
| * | removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau... | Mike Bayer | 2008-03-24 | 1 | -101/+14 |
| * | - fixed bug which was preventing UNIONS from being cloneable, | Mike Bayer | 2008-03-04 | 1 | -0/+6 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -40/+38 |
| * | more capability added to reduce_columns | Mike Bayer | 2008-01-23 | 1 | -3/+7 |
| * | factor create_row_adapter into sql.util.row_adapter | Mike Bayer | 2008-01-20 | 1 | -0/+41 |
| * | maintain the ordering of the given collection of columns when reducing so tha... | Mike Bayer | 2008-01-15 | 1 | -1/+1 |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 1 | -12/+24 |
| * | - select_table mapper turns straight join into aliased select + custom PK, to... | Mike Bayer | 2008-01-15 | 1 | -1/+29 |
| * | - applying some refined versions of the ideas in the smarter_polymorphic | Mike Bayer | 2008-01-14 | 1 | -0/+19 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -2/+2 |
| * | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 1 | -7/+10 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -1/+1 |
| * | a little refinement to topological options, more to come | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -2/+3 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -99/+44 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -0/+2 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -0/+5 |
| * | more changes to traverse-and-clone; a particular element will only be cloned ... | Mike Bayer | 2007-11-08 | 1 | -8/+15 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -2/+2 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -73/+68 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -101/+0 |
| * | Inlined ClauseParameters.set_parameter (simple assignment) in construct_params | Jason Kirtland | 2007-08-21 | 1 | -17/+23 |
| * | - implemented __len__() accessor on RowProxy | Mike Bayer | 2007-08-21 | 1 | -21/+14 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -3/+14 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -0/+342 |