summaryrefslogtreecommitdiff
path: root/test/sql/test_selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-0/+14
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-29/+32
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-0/+38
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-211-0/+27
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-4/+8
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-2/+2
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-0/+20
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-1/+30
* fooMike Bayer2015-03-081-3/+3
* - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+24
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-0/+7
* - update the flake8 rules againMike Bayer2014-07-181-275/+349
* - Fixed bug in SQLite join rewriting where anonymized column namesMike Bayer2014-05-251-0/+13
* 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