| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - the "where" criterion of an update() and delete() now correlates | Mike Bayer | 2007-04-18 | 1 | -1/+6 |
| * | - small fix to allow successive compiles of the same SELECT object | Mike Bayer | 2007-04-13 | 1 | -1/+3 |
| * | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 1 | -11/+19 |
| * | - sending None as an argument to func.<something> will produce | Mike Bayer | 2007-03-28 | 1 | -1/+4 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -24/+24 |
| * | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -0/+1 |
| * | - slightly better support for bind params as column clauses, either | Mike Bayer | 2007-03-21 | 1 | -0/+7 |
| * | - bindparam() names are now repeatable! specify two | Mike Bayer | 2007-03-03 | 1 | -13/+75 |
| * | - use_labels flag on select() wont auto-create labels for literal text | Mike Bayer | 2007-03-01 | 1 | -0/+20 |
| * | fix typo | Mike Bayer | 2007-02-25 | 1 | -4/+4 |
| * | - correlated subqueries work inside of ORDER BY, GROUP BY | Mike Bayer | 2007-02-24 | 1 | -6/+19 |
| * | - exists() becomes useable as a standalone selectable, not just in a | Mike Bayer | 2007-02-23 | 1 | -0/+3 |
| * | - another fix to subquery correlation so that a subquery which has only one FROM | Mike Bayer | 2007-01-19 | 1 | -1/+4 |
| * | - the "op()" function is now treated as an "operation", rather than a "compar... | Mike Bayer | 2007-01-08 | 1 | -0/+6 |
| * | - fix to correlation of subqueries when the column list of the select statement | Mike Bayer | 2006-12-28 | 1 | -0/+8 |
| * | - sending a selectable to an IN no longer creates a "union" out of multiple | Mike Bayer | 2006-11-29 | 1 | -0/+12 |
| * | figured out how a Select can be in its own _froms list, changed assertion to ... | Mike Bayer | 2006-10-31 | 1 | -0/+5 |
| * | assorted firebird fixes from Lele Gaifax | Mike Bayer | 2006-10-07 | 1 | -3/+8 |
| * | - BooleanExpression includes new "negate" argument to specify | Mike Bayer | 2006-09-21 | 1 | -0/+3 |
| * | added extract() function to sql dialect | Mike Bayer | 2006-09-14 | 1 | -0/+6 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -10/+19 |
| * | - unicode fix for startswith()/endswith() [ticket:296] | Mike Bayer | 2006-09-05 | 1 | -0/+8 |
| * | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 1 | -7/+7 |
| * | added limit/offset to union queries | Mike Bayer | 2006-08-26 | 1 | -0/+13 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 1 | -3/+2 |
| * | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -4/+4 |
| * | unit tests for dangling subquery, many-to-many clear-and-resave | Mike Bayer | 2006-06-14 | 1 | -0/+5 |
| * | separated standalone between(), column.between(), put literal checking for bo... | Mike Bayer | 2006-06-08 | 1 | -0/+2 |
| * | fixed typing for between() operator, [ticket:202] | Mike Bayer | 2006-06-08 | 1 | -0/+8 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 1 | -0/+649 |