summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-051-0/+11
* - for [ticket:2651], leaving CheckConstraint alone, preferring to keepMike Bayer2013-12-161-1/+2
* - The precedence rules for the :meth:`.ColumnOperators.collate` operatorMike Bayer2013-12-051-52/+0
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-166/+0
* - fix up rendering of "of"Mike Bayer2013-11-281-71/+7
* - work in progress, will squashMike Bayer2013-11-281-0/+6
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-15/+53
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-4/+0
* forgot to add system to the copy() methodMike Bayer2013-08-251-0/+7
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-251-0/+9
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-121-0/+40
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-11/+99
* test tweakMike Bayer2013-06-031-1/+4
* Merge branch 'master' into ticket_1068Mike Bayer2013-06-031-10/+12
|\
| * - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-041-2/+3
| * - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-1/+2
| * - the raw 2to3 runMike Bayer2013-04-271-9/+9
* | magic accessors to the rescueMike Bayer2013-05-271-13/+0
* | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-271-11/+29
* | attempt number one, doesn't detect though if the label in the order by is not...Mike Bayer2013-05-271-0/+63
|/
* - reinstate insert returning back into test_insert.py; defaultdialectMike Bayer2013-04-011-4/+0
* moving insert returning test back into CRUD test class until I figure out why...Diana Clarke2013-03-301-0/+5
* move the update tests from CRUDTest into sql/test_update.py (see #2630)Diana Clarke2013-03-301-103/+0
* move the insert tests from CRUDTest into sql/test_insert.py (see #2630)Diana Clarke2013-03-291-219/+1
* move the delete tests from CRUDTest into sql/test_delete.py (see #2630)Diana Clarke2013-03-291-46/+1
* merge plus fix the test spelling tooMike Bayer2013-03-181-2/+2
* - since correlation is now always at least semi-automatic, remove theMike Bayer2013-03-091-33/+241
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-2/+6
* #2629Mike Bayer2013-01-251-0/+8
* attempt to hide these from 2to3Mike Bayer2012-12-081-3/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-5/+5
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-11/+142
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+15
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-1/+48
* - move most/all operator specific tests into test_operator, convert fully to TOTMike Bayer2012-10-241-208/+0
* - get 100% lint/pep8 happening for test_compiler; next we will beginMike Bayer2012-10-241-564/+615
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-9/+4
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-1/+17
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-10/+27
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-0/+28
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+3
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-271-55/+0
* - [feature] The "required" flag is set toMike Bayer2012-08-271-6/+20
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-1/+52
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-63/+15
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-191-2/+53
* - all tests passMike Bayer2012-08-131-0/+2
* - [feature] Revised the rules used to determineMike Bayer2012-07-221-208/+235
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-251-164/+0
* - [bug] quoting is applied to the column namesMike Bayer2012-06-211-0/+14