| Commit message (Expand) | Author | Age | Files | Lines |
| * | - removed "name" attribute from FromClause, Join, Select, CompoundSelect. it... | Mike Bayer | 2007-11-03 | 1 | -10/+9 |
| * | - fixed expression translation of text() clauses; this repairs various | Mike Bayer | 2007-10-28 | 1 | -1/+1 |
| * | - Added contains operator (which generate a "LIKE %<other>%" clause). | Gaƫtan de Menten | 2007-10-19 | 1 | -2/+20 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -12/+18 |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 1 | -4/+5 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -10/+14 |
| * | - 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 |
| * | - 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 |
| * | - 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 |
| * | - took out method calls for oid_column | Mike Bayer | 2007-09-04 | 1 | -38/+16 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -13/+15 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -38/+33 |
| * | - 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 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -18/+22 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -0/+3305 |