summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-16/+18
* merge plus fix the test spelling tooMike Bayer2013-03-181-1/+1
|\
| * Fix typo.Richard Mitchell2013-03-181-1/+1
* | no need to use getattr() hereMike Bayer2013-03-171-3/+3
|/
* Changed behavior of Select.correlate() to ignore correlations to froms that d...Luke Cyca2013-03-071-7/+2
* #2629Mike Bayer2013-01-251-0/+5
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-15/+26
* Tweaked the "REQUIRED" symbol used by the compiler to identifyMike Bayer2013-01-081-5/+14
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-70/+105
* merge latest defaultMike Bayer2012-12-081-1/+9
|\
| * visit_DECIMAL should include precision and scale (when provided) just like vi...Diana Clarke2012-12-031-1/+9
* | compiler: add support for multirow insertsIdan Kamara2012-12-061-4/+21
* | compiler: adjust _get_colparams to return the columns and parameters in separ...Idan Kamara2012-12-051-50/+49
|/
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-65/+62
* improve some autodoc linksMike Bayer2012-10-311-4/+4
* Fixed bug where keyword arguments passed toMike Bayer2012-10-241-3/+11
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-1/+6
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-2/+2
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-9/+20
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-3/+6
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-0/+3
* spacingMike Bayer2012-09-301-5/+5
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-11/+11
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-5/+11
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-7/+17
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-10/+23
* - type expressions invoke in SQL, but are only for the benefit of columnsMike Bayer2012-09-031-8/+6
* - repair type expressions for columns when we aren't using select.apply_label...Mike Bayer2012-09-011-2/+5
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-271-1/+45
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-1/+3
* a few oracle fixesMike Bayer2012-08-251-2/+3
* - [bug] Fixed bug whereby usage of a UNIONMike Bayer2012-08-221-7/+11
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-29/+35
* - MySQL's update does work. add some logic to compiler to convert from ORM c...Mike Bayer2012-08-201-3/+7
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-14/+25
* - [feature] The prefix_with() method is now availableMike Bayer2012-08-191-12/+32
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-181-2/+9
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-48/+88
* - fix concat() operator, testsMike Bayer2012-08-141-29/+58
* - [feature] Revised the rules used to determineMike Bayer2012-07-221-7/+8
* - a big renaming of all the _Underscore classes to haveMike Bayer2012-07-171-7/+7
* - [bug] Fixed more un-intuitivenesses in CTEsMike Bayer2012-07-101-143/+174
* add 2.5 compat for next()Mike Bayer2012-06-251-1/+1
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-251-16/+36
* absolute imports in core, sqlMike Bayer2012-06-231-4/+4
* - [bug] quoting is applied to the column namesMike Bayer2012-06-211-2/+5
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-22/+44
* - [feature] Added "MATCH" clause to ForeignKey,Mike Bayer2012-06-211-0/+7