| Commit message (Expand) | Author | Age | Files | Lines |
* | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -1/+1 |
* | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -5/+20 |
* | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -13/+6 |
* | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -8/+6 |
* | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -14/+0 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+16 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -106/+106 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -56/+71 |
* | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -122/+217 |
* | more inlines | Mike Bayer | 2010-12-19 | 1 | -18/+17 |
* | merge tip | Michael Trier | 2010-12-19 | 1 | -12/+4 |
|\ |
|
| * | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -12/+4 |
* | | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -0/+2 |
|/ |
|
* | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -2/+2 |
* | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -0/+19 |
* | - post_process_text() is called for DDL() constructs, in particular allowing | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
* | - bindparam() gets a new option "callable", which is a lambda or def | Mike Bayer | 2010-11-20 | 1 | -4/+4 |
* | merge tip | Mike Bayer | 2010-11-14 | 1 | -3/+12 |
|\ |
|
| * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -1/+6 |
| * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 1 | -2/+6 |
* | | merge tip | Mike Bayer | 2010-09-19 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 1 | -0/+4 |
* | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
|/ |
|
* | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -2/+4 |
* | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -15/+15 |
* | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -4/+12 |
* | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -4/+4 |
* | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
* | much more descriptive message for bind param name conflict, [ticket:1766] | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
* | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -12/+55 |
* | - Fixed bug introduced in 0.6beta2 where column labels would | Mike Bayer | 2010-03-23 | 1 | -4/+7 |
* | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -35/+106 |
|\ |
|
| * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -29/+77 |
|/ |
|
* | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -1/+14 |
* | -remove proof of concept "cascade constraints" | Mike Bayer | 2010-02-28 | 1 | -4/+1 |
* | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+1 |
* | - Composite PK table on InnoDB where the "autoincrement" column | Mike Bayer | 2010-02-22 | 1 | -12/+16 |
* | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -16/+27 |
* | tighten up conditionals a bit. this method is still doing too much, i.e. the... | Mike Bayer | 2010-02-16 | 1 | -42/+51 |
* | add sql_compiler property to all Compiled subclasses for convenience | Mike Bayer | 2010-02-07 | 1 | -0/+4 |
* | dont reference self.statement during compilation | Mike Bayer | 2010-02-07 | 1 | -1/+1 |
* | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 1 | -0/+1 |
* | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -1/+7 |
* | fixed the illegal_initial_chars collection + unit test, [ticket:1659] | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
* | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -1/+3 |
* | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 1 | -21/+11 |
* | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -0/+11 |
* | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -6/+23 |