| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - add further coverage for join_condition to make sure we get this case where | Mike Bayer | 2014-03-28 | 1 | -0/+10 |
| * | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -0/+35 |
| * | - Fixed issue in new :meth:`.TextClause.columns` method where the ordering | Mike Bayer | 2014-02-26 | 1 | -0/+25 |
| * | - for TextAsFrom, put the "inner" columns in the result map directly. | Mike Bayer | 2014-02-10 | 1 | -0/+69 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -0/+23 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -0/+7 |
| * | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -0/+54 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+12 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -0/+13 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -1/+43 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -2/+4 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -1/+74 |
| * | fix test | Mike Bayer | 2013-06-06 | 1 | -0/+1 |
| * | Merge branch 'ticket_2587' | Mike Bayer | 2013-06-04 | 1 | -15/+19 |
| |\ |
|
| | * | repair these tests now that we allow join from selectable to fromgrouping | Mike Bayer | 2013-06-04 | 1 | -21/+26 |
| * | | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -7/+16 |
| |/ |
|
| * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| |\ |
|
| | * | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -17/+17 |
| |/ |
|
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -0/+153 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -0/+31 |
| * | cleanup and pep8 | Mike Bayer | 2013-02-02 | 1 | -56/+52 |
| * | - BinaryExpression now keeps track of "left" and "right" as passed in, | Mike Bayer | 2012-12-02 | 1 | -1/+3 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -0/+9 |
| * | Fixed bug whereby the ".key" of a Column wasn't being | Mike Bayer | 2012-10-31 | 1 | -0/+25 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -0/+7 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -3/+5 |
| * | - aaaaand fix one more glitch I just thought of | Mike Bayer | 2012-08-18 | 1 | -1/+9 |
| * | - [bug] Declarative can now propagate a column | Mike Bayer | 2012-08-15 | 1 | -0/+129 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -5/+59 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -41/+41 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
| * | - [bug] Fixed regression introduced in 0.7.6 | Mike Bayer | 2012-06-21 | 1 | -0/+27 |
| * | - [bug] Fixed bug whereby append_column() | Mike Bayer | 2012-06-16 | 1 | -0/+7 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -6/+5 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -2/+11 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -7/+91 |
| |\ |
|
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -3/+33 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -1/+3 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -0/+19 |
| * | | - reopened #2453, needed to put in the original patch as well to cover the case | Mike Bayer | 2012-04-03 | 1 | -2/+32 |
| * | | - [bug] Fixed bug in expression annotation | Mike Bayer | 2012-03-31 | 1 | -0/+24 |
| * | | - [bug] Fixed bug whereby a primaryjoin | Mike Bayer | 2012-03-12 | 1 | -0/+10 |
| |/ |
|
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -0/+23 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -20/+17 |
| * | - [bug] further tweak to the fix from [ticket:2261], | Mike Bayer | 2011-11-19 | 1 | -0/+21 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -0/+8 |