summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [bug] Repaired common table expressionMike Bayer2012-06-131-6/+13
* - [bug] Quoting information is now passed alongMike Bayer2012-05-041-3/+4
* - [feature] The "unconsumed column names" warning emittedMike Bayer2012-04-241-1/+1
* - [feature] The behavior of column targetingMike Bayer2012-04-241-4/+14
* - [bug] UPDATE..FROM syntax with SQL ServerMike Bayer2012-04-181-1/+1
* typos in lib/sqlalchemy/sqlDiana Clarke2012-03-171-3/+3
* - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-5/+57
* - [bug] Fixed bug whereby a primaryjoinMike Bayer2012-03-121-1/+2
* - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+58
* remove check_columns here so warning not emitted with update fromMike Bayer2012-02-261-1/+1
* - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-2/+12
* - [bug] Added support for using the .keyMike Bayer2012-02-051-7/+19
* - [bug] A significant change to how labelingMike Bayer2012-02-051-10/+10
* fix a few py3k bugsMike Bayer2012-01-281-0/+1
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-13/+30
* - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-11/+22