summaryrefslogtreecommitdiff
path: root/test/sql/test_generative.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-5/+10
|/
* - Fixed bug in Query whereby the usage of aliased() constructsMike Bayer2010-03-231-0/+25
* - fixed internal error which would occur if calling has()Mike Bayer2010-03-111-0/+5
* not ready to put execution_options in the text()/select() constructors yetMike Bayer2010-01-241-3/+5
* statement_options -> execution_optionsMike Bayer2010-01-171-18/+18
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-0/+21
* - Fixed bug preventing alias() of an alias() from beingMike Bayer2009-12-181-0/+5
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-2/+2
* - Fixed a bug in extract() introduced in 0.5.4 wherebyMike Bayer2009-07-171-1/+11
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+818