summaryrefslogtreecommitdiff
path: root/test/sql/test_generative.py
Commit message (Expand)AuthorAgeFilesLines
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-2095/+0
* Unify generation between Core and ORM queryMike Bayer2019-09-261-4/+4
* Adjustments to _copy_internals()Mike Bayer2019-09-061-3/+13
* Add additional tests to verify _is_clone_of proxy level linkMike Bayer2019-08-011-6/+7
* SelectBase no longer a FromClauseMike Bayer2019-07-061-34/+52
* Enable F841Mike Bayer2019-06-201-25/+14
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-19/+25
* Clone internals for Select._correlate_except collection as well as _correlateMike Bayer2019-03-101-0/+84
* Add getters for all execution_optionsDaniel Lister2019-01-251-3/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-2/+2
* Post black reformattingMike Bayer2019-01-061-43/+40
* Run black -l 79 against all source filesMike Bayer2019-01-061-755/+787
* Track if we're rendering within the CTE recursivelyMike Bayer2018-03-141-1/+1
* Clone _cte_alias instead of assigning "self"Mike Bayer2018-03-051-0/+16
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-0/+10
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-27/+35
* Spelling fixesVille Skyttä2016-10-081-2/+2
* Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+17
* - Fixed a bug where clause adaption as applied to a :class:`.Label`Mike Bayer2015-06-091-0/+21
* PEP8 cleanup in /test/sqlEric Streeper2015-03-181-2/+0
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+13
* renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-1/+1
* add ClauseTest for aggregatefilterIlja Everilä2014-09-101-0/+5
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-2/+262
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-0/+46
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-22/+22
* - update the flake8 rules againMike Bayer2014-07-181-226/+294
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-3/+3
* - the raw 2to3 runMike Bayer2013-04-271-8/+8
* - the base correlate tests in test_compiler cover the ones that were hereMike Bayer2013-03-091-127/+79
* go back to the original form, then break out this test into individualsMike Bayer2013-03-081-53/+115
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-40/+47
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-4/+126
* - get 100% lint/pep8 happening for test_compiler; next we will beginMike Bayer2012-10-241-31/+28
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-26/+45
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-32/+32
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-1/+97
|\
| * tweak for correlated subqueries here, seems to work for test_eager_relations:...Mike Bayer2012-02-101-0/+12
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-1/+85
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-2/+80
|/
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-1/+12
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-2/+14
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+6
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-0/+10
* fix some really egregious long linesMike Bayer2011-02-101-206/+437
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-55/+55
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-2/+2
|\