summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-1/+1
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-7/+19
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-1/+1
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-5/+20
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-091-13/+6
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-8/+6
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-14/+0
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-2/+16
* - whitespace removal bonanzaMike Bayer2011-01-021-106/+106
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-56/+71