| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 1 | -4/+1 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -18/+12 |
| * | whats a big commit without some errant print statements ? :) | Mike Bayer | 2007-09-01 | 1 | -1/+0 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 2 | -90/+89 |
| * | Fixed signature for orm's BETWEEN operator. | Jason Kirtland | 2007-08-27 | 1 | -2/+2 |
| * | - added **modifiers to _get_from_objects | Mike Bayer | 2007-08-22 | 1 | -1/+1 |
| * | fixed generative behavior to copy collections, [ticket:752] | Mike Bayer | 2007-08-21 | 1 | -12/+30 |
| * | Inlined ClauseParameters.set_parameter (simple assignment) in construct_params | Jason Kirtland | 2007-08-21 | 2 | -19/+26 |
| * | - implemented __len__() accessor on RowProxy | Mike Bayer | 2007-08-21 | 1 | -21/+14 |
| * | tweak that construct_params optimization, one of the adjustments wasn't needed | Jason Kirtland | 2007-08-21 | 1 | -4/+1 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 2 | -8/+24 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 2 | -73/+65 |
| * | an early out processing insert/update column parameters was a bit too early. | Ants Aasma | 2007-08-19 | 1 | -5/+5 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 2 | -2/+2 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 6 | -0/+4912 |