summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-0/+4
* - Fixed regression from 0.6 whereby ifMike Bayer2012-01-101-7/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+5
* also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-13/+31
* fixes to actually get tests to passMike Bayer2011-11-221-17/+12
* cleanupMike Bayer2011-11-211-22/+42
* passes for all three, includes multi col system with mysqlMike Bayer2011-11-211-6/+32
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-7/+47
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-1/+15
* - Behavioral improvement: emptyMike Bayer2011-09-091-1/+1
* - It is an error to call query.get() when theMike Bayer2011-04-221-1/+1
* - Added explicit true()/false() constructs to expressionMike Bayer2011-04-171-1/+7
* - Fixed incorrect usage of "," in over() clauseMike Bayer2011-04-171-1/+1
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-0/+6