| Commit message (Expand) | Author | Age | Files | Lines |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 2 | -84/+51 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -99/+44 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 4 | -87/+111 |
| * | - added op() operator to instrumented attributes; i.e. | Mike Bayer | 2007-11-18 | 2 | -1/+9 |
| * | some wide zoomark ranges... | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -35/+33 |
| * | logging fixes | Mike Bayer | 2007-11-18 | 1 | -6/+15 |
| * | - DeferredColumnLoader checks row for column, if present sends it to | Mike Bayer | 2007-11-14 | 1 | -0/+5 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 2 | -29/+38 |
| * | more changes to traverse-and-clone; a particular element will only be cloned ... | Mike Bayer | 2007-11-08 | 3 | -25/+52 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 1 | -4/+13 |
| * | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 2 | -23/+14 |
| * | - <Engine|Connection>._execute_clauseelement becomes a public method | Mike Bayer | 2007-11-07 | 1 | -1/+1 |
| * | - fix to compiled bind parameters to not mistakenly populate None | Mike Bayer | 2007-11-07 | 1 | -3/+7 |
| * | - adjustments to oracle ROWID logic...recent oid changes mean we have to | Mike Bayer | 2007-11-05 | 1 | -14/+16 |
| * | - oid_column proxies more intelligently off of Select, CompoundSelect - fixes... | Mike Bayer | 2007-11-05 | 1 | -18/+73 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 2 | -32/+22 |
| * | - rewrote and simplified the system used to "target" columns across | Mike Bayer | 2007-11-05 | 1 | -112/+75 |
| * | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 1 | -0/+8 |
| * | - eager loading with LIMIT/OFFSET applied no longer adds the primary | Mike Bayer | 2007-11-03 | 1 | -0/+8 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 4 | -144/+136 |
| * | - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it... | Mike Bayer | 2007-11-03 | 1 | -10/+9 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 2 | -120/+10 |
| * | - fixed INSERT statements w.r.t. primary key columns that have SQL-expression | Mike Bayer | 2007-10-28 | 1 | -5/+8 |
| * | - fixed expression translation of text() clauses; this repairs various | Mike Bayer | 2007-10-28 | 1 | -1/+1 |
| * | - removed regular expression step from most statement compilations. | Mike Bayer | 2007-10-27 | 1 | -37/+27 |
| * | Added support for dialects that have both sequences and autoincrementing PKs. | Jason Kirtland | 2007-10-23 | 1 | -3/+9 |
| * | - Added contains operator (which generate a "LIKE %<other>%" clause). | Gaƫtan de Menten | 2007-10-19 | 2 | -2/+23 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -12/+18 |
| * | - Fixed SQL compiler's awareness of top-level column labels as used | Mike Bayer | 2007-10-16 | 1 | -2/+2 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 3 | -8/+11 |
| * | Fix broken update/delete queries on MSSQL when tables have a schema | Paul Johnston | 2007-10-12 | 1 | -2/+3 |
| * | - Cleaned up visit_insert a bit, inserts are ~3% faster now. | Jason Kirtland | 2007-10-08 | 1 | -4/+7 |
| * | - fix to anonymous label generation of long table/column names [ticket:806] | Mike Bayer | 2007-10-07 | 1 | -1/+1 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -10/+14 |
| * | removed unused _fold_identifier_case method | Mike Bayer | 2007-10-02 | 1 | -12/+0 |
| * | - more docstrings | Mike Bayer | 2007-09-28 | 1 | -15/+16 |
| * | - doc updates. generated sql docs are against sql.expression now. | Mike Bayer | 2007-09-28 | 1 | -67/+156 |
| * | - The IdentifierPreprarer's _requires_quotes test is now regex based. | Jason Kirtland | 2007-09-27 | 1 | -9/+7 |
| * | - some docstrings for select() | Mike Bayer | 2007-09-26 | 1 | -0/+45 |
| * | - created a link between QueryContext and SelectionContext; the attribute | Mike Bayer | 2007-09-26 | 1 | -8/+0 |
| * | - the behavior of String/Unicode types regarding that they auto-convert | Mike Bayer | 2007-09-26 | 1 | -2/+4 |
| * | - columns from Alias objects, when used to target result-row columns, must ma... | Mike Bayer | 2007-09-24 | 1 | -0/+8 |
| * | - added "schema" argument to Sequence; use this with Postgres /Oracle when th... | Mike Bayer | 2007-09-22 | 1 | -2/+5 |
| * | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 1 | -1/+1 |
| * | [ticket:768] dont assume join criterion consists only of column objects | Mike Bayer | 2007-09-08 | 1 | -1/+2 |
| * | - column defaults and onupdates, executing inline, will add parenthesis | Mike Bayer | 2007-09-06 | 1 | -2/+2 |
| * | remove unused method | Mike Bayer | 2007-09-04 | 1 | -6/+0 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 2 | -41/+19 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 2 | -29/+25 |