| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
* | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -5/+10 |
|/ |
|
* | - Fixed bug in Query whereby the usage of aliased() constructs | Mike Bayer | 2010-03-23 | 1 | -0/+25 |
* | - fixed internal error which would occur if calling has() | Mike Bayer | 2010-03-11 | 1 | -0/+5 |
* | not ready to put execution_options in the text()/select() constructors yet | Mike Bayer | 2010-01-24 | 1 | -3/+5 |
* | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -18/+18 |
* | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -0/+21 |
* | - Fixed bug preventing alias() of an alias() from being | Mike Bayer | 2009-12-18 | 1 | -0/+5 |
* | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+2 |
* | - Fixed a bug in extract() introduced in 0.5.4 whereby | Mike Bayer | 2009-07-17 | 1 | -1/+11 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+818 |