summaryrefslogtreecommitdiff
path: root/test/sql/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-281-0/+10
* - Some changes to how the :attr:`.FromClause.c` collection behavesMike Bayer2014-02-261-0/+35
* - Fixed issue in new :meth:`.TextClause.columns` method where the orderingMike Bayer2014-02-261-0/+25
* - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-0/+69
* - Fixed an 0.9 regression where the automatic aliasing applied byMike Bayer2014-01-231-0/+23
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-0/+7
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+54
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+12
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+7
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-121-0/+13
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-1/+43
* The resolution of :class:`.ForeignKey` objects to theirMike Bayer2013-06-231-2/+4
* - tests for the alias() APIMike Bayer2013-06-081-1/+74
* fix testMike Bayer2013-06-061-0/+1
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-15/+19
|\
| * repair these tests now that we allow join from selectable to fromgroupingMike Bayer2013-06-041-21/+26
* | Fixed bug whereby joining a select() of a table "A" with multipleMike Bayer2013-06-031-7/+16
|/
* Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
|\
| * fix this testMike Bayer2013-05-261-1/+1
* | - the raw 2to3 runMike Bayer2013-04-271-17/+17
|/
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+153
* Fixed a bug regarding column annotations which in particularMike Bayer2013-02-021-0/+31
* cleanup and pep8Mike Bayer2013-02-021-56/+52
* - BinaryExpression now keeps track of "left" and "right" as passed in,Mike Bayer2012-12-021-1/+3
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-0/+9
* Fixed bug whereby the ".key" of a Column wasn't beingMike Bayer2012-10-311-0/+25
* - remove remote_foreign annotationMike Bayer2012-10-281-0/+7
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+5
* - aaaaand fix one more glitch I just thought ofMike Bayer2012-08-181-1/+9
* - [bug] Declarative can now propagate a columnMike Bayer2012-08-151-0/+129
* - [feature] Added reduce_columns() methodMike Bayer2012-07-281-5/+59
* trailing whitespace bonanzaMike Bayer2012-07-281-41/+41
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-1/+1
* - [bug] Fixed regression introduced in 0.7.6Mike Bayer2012-06-211-0/+27
* - [bug] Fixed bug whereby append_column()Mike Bayer2012-06-161-0/+7
* - [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