summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* - [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
* - apply pep8 to compiler.pyMike Bayer2010-12-211-122/+217
* more inlinesMike Bayer2010-12-191-18/+17
* merge tipMichael Trier2010-12-191-12/+4
|\
| * - duh, compiled is per dialectMike Bayer2010-12-191-12/+4
* | Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-191-0/+2
|/
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-2/+2
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-121-0/+19
* - post_process_text() is called for DDL() constructs, in particular allowingMike Bayer2010-11-281-1/+1
* - bindparam() gets a new option "callable", which is a lambda or defMike Bayer2010-11-201-4/+4
* merge tipMike Bayer2010-11-141-3/+12
|\
| * - The REFERENCES clause in a CREATE TABLE that includesMike Bayer2010-11-121-1/+6
| * - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-231-2/+6
* | merge tipMike Bayer2010-09-191-0/+4
|\ \ | |/
| * - An informative error message is raised if a ColumnMike Bayer2010-09-181-0/+4
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-3/+3
|/
* - The generated index name also is based onMike Bayer2010-08-021-2/+4
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-15/+15
* - The argument to "ESCAPE" of a LIKE operator or similarMike Bayer2010-06-241-4/+12
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-4/+4