| Commit message (Expand) | Author | Age | Files | Lines |
* | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -7/+19 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -10/+10 |
* | fix a few py3k bugs | Mike Bayer | 2012-01-28 | 1 | -0/+1 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -13/+30 |
* | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -11/+22 |
* | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+4 |
* | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 1 | -7/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [bug] the "name" of a column-level CHECK constraint, | Mike Bayer | 2011-12-04 | 1 | -1/+5 |
* | also add support for onupdate as we'd like this to fire off if an UPDATE actu... | Mike Bayer | 2011-11-22 | 1 | -13/+31 |
* | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -17/+12 |
* | cleanup | Mike Bayer | 2011-11-21 | 1 | -22/+42 |
* | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -6/+32 |
* | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -7/+47 |
* | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -1/+15 |
* | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 1 | -1/+1 |
* | - It is an error to call query.get() when the | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
* | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 1 | -1/+7 |
* | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -1/+1 |
* | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -0/+6 |
* | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 1 | -1/+1 |
* | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -7/+19 |
* | - 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 |