| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | 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 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -1/+0 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -3/+114 |
| * | - rework Annotated to no longer use __cmp__(), supply an __eq__() that | Mike Bayer | 2011-07-24 | 1 | -0/+18 |
| * | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -0/+7 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+10 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -0/+18 |
| * | use default dialect here | Mike Bayer | 2011-05-29 | 1 | -0/+1 |
| * | - Streamlined the process by which a Select | Mike Bayer | 2011-05-28 | 1 | -0/+28 |
| * | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -1/+51 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -0/+61 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+6 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -34/+34 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
| * | - the _Label construct, i.e. the one that is produced | Mike Bayer | 2010-08-07 | 1 | -5/+25 |
| * | - experimenting with pytidy with mods as a textmate plugin along | Mike Bayer | 2010-07-10 | 1 | -259/+332 |
| * | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -0/+18 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -10/+98 |
| * | - fixed internal error which would occur if calling has() | Mike Bayer | 2010-03-11 | 1 | -0/+14 |
| * | - Fixed a column arithmetic bug that affected column | Mike Bayer | 2010-01-03 | 1 | -0/+13 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -8/+8 |