| Commit message (Expand) | Author | Age | Files | Lines |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -2095/+0 |
* | Unify generation between Core and ORM query | Mike Bayer | 2019-09-26 | 1 | -4/+4 |
* | Adjustments to _copy_internals() | Mike Bayer | 2019-09-06 | 1 | -3/+13 |
* | Add additional tests to verify _is_clone_of proxy level link | Mike Bayer | 2019-08-01 | 1 | -6/+7 |
* | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -34/+52 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -25/+14 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -19/+25 |
* | Clone internals for Select._correlate_except collection as well as _correlate | Mike Bayer | 2019-03-10 | 1 | -0/+84 |
* | Add getters for all execution_options | Daniel Lister | 2019-01-25 | 1 | -3/+3 |
* | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -2/+2 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -43/+40 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -755/+787 |
* | Track if we're rendering within the CTE recursively | Mike Bayer | 2018-03-14 | 1 | -1/+1 |
* | Clone _cte_alias instead of assigning "self" | Mike Bayer | 2018-03-05 | 1 | -0/+16 |
* | Repair WithinGroup.get_children() | Mike Bayer | 2017-06-16 | 1 | -0/+10 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -27/+35 |
* | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -2/+2 |
* | Ensure CTE internals are handled during clone | Mike Bayer | 2016-06-10 | 1 | -0/+17 |
* | - Fixed a bug where clause adaption as applied to a :class:`.Label` | Mike Bayer | 2015-06-09 | 1 | -0/+21 |
* | PEP8 cleanup in /test/sql | Eric Streeper | 2015-03-18 | 1 | -2/+0 |
* | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+13 |
* | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 1 | -1/+1 |
* | add ClauseTest for aggregatefilter | Ilja Everilä | 2014-09-10 | 1 | -0/+5 |
* | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -2/+262 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -0/+46 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -22/+22 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -226/+294 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 1 | -3/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -8/+8 |
* | - the base correlate tests in test_compiler cover the ones that were here | Mike Bayer | 2013-03-09 | 1 | -127/+79 |
* | go back to the original form, then break out this test into individuals | Mike Bayer | 2013-03-08 | 1 | -53/+115 |
* | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -40/+47 |
* | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -4/+126 |
* | - get 100% lint/pep8 happening for test_compiler; next we will begin | Mike Bayer | 2012-10-24 | 1 | -31/+28 |
* | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 1 | -26/+45 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -3/+6 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -32/+32 |
* | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -1/+97 |
|\ |
|
| * | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -0/+12 |
| * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -1/+85 |
* | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -2/+80 |
|/ |
|
* | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -1/+12 |
* | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -2/+14 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
* | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+10 |
* | fix some really egregious long lines | Mike Bayer | 2011-02-10 | 1 | -206/+437 |
* | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+5 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -55/+55 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -2/+2 |
|\ |
|