summaryrefslogtreecommitdiff
path: root/test/sql/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-6/+5
* - [bug] The names of the columns on theMike Bayer2012-04-241-2/+11
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-7/+91
|\
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-3/+33
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-1/+3
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-0/+19
* | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-2/+32
* | - [bug] Fixed bug in expression annotationMike Bayer2012-03-311-0/+24
* | - [bug] Fixed bug whereby a primaryjoinMike Bayer2012-03-121-0/+10
|/
* - [bug] Added support for using the .keyMike Bayer2012-02-051-0/+23
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-20/+17
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-0/+21
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-0/+8
* - Changed the update() method on association proxyMike Bayer2011-09-141-1/+0
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-3/+114
* - rework Annotated to no longer use __cmp__(), supply an __eq__() thatMike Bayer2011-07-241-0/+18
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-0/+7
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+10
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-0/+18
* use default dialect hereMike Bayer2011-05-291-0/+1
* - Streamlined the process by which a SelectMike Bayer2011-05-281-0/+28
* - Fixed bug whereby nesting a label of a select()Mike Bayer2011-05-181-1/+51
* - Changed the handling in determination of joinMike Bayer2011-05-071-0/+61
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+6
* - whitespace removal bonanzaMike Bayer2011-01-021-34/+34
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* - the _Label construct, i.e. the one that is producedMike Bayer2010-08-071-5/+25
* - experimenting with pytidy with mods as a textmate plugin alongMike Bayer2010-07-101-259/+332
* - Modified the internals of "column annotation" such thatMike Bayer2010-06-141-0/+18
* - join() will now simulate a NATURAL JOIN by default. Meaning,Mike Bayer2010-03-191-10/+98
* - fixed internal error which would occur if calling has()Mike Bayer2010-03-111-0/+14
* - Fixed a column arithmetic bug that affected columnMike Bayer2010-01-031-0/+13
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-8/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+1
* merged [ticket:1486] fix from 0.6Mike Bayer2009-07-281-8/+43
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+524