| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [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 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2/+1 |
| * | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 1 | -8/+43 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+524 |