| Commit message (Expand) | Author | Age | Files | Lines |
| * | - updated the naming scheme of the base test classes in test/testlib/testing.py; | Mike Bayer | 2008-02-11 | 1 | -4/+4 |
| * | - added generative where(<criterion>) method to delete() | Mike Bayer | 2008-02-08 | 1 | -1/+4 |
| * | lock in replacing '%' with '%%' | Mike Bayer | 2008-02-04 | 1 | -11/+11 |
| * | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 1 | -175/+75 |
| * | - Workaround for datetime quirk, LHS comparisons to SA expressions now work. | Jason Kirtland | 2008-01-31 | 1 | -1/+4 |
| * | - the startswith(), endswith(), and contains() operators | Mike Bayer | 2008-01-31 | 1 | -20/+28 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 1 | -68/+100 |
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -3/+3 |
| * | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+5 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -0/+7 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -5/+4 |
| * | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -13/+17 |
| * | - fixed bug in union() so that select() statements which don't derive | Mike Bayer | 2008-01-08 | 1 | -0/+9 |
| * | - fixed an attribute history bug whereby assigning a new collection | Mike Bayer | 2008-01-07 | 1 | -0/+22 |
| * | fix select tests for labeled functions | Mike Bayer | 2008-01-04 | 1 | -12/+12 |
| * | - select().as_scalar() will raise an exception if the select does not have | Mike Bayer | 2007-12-18 | 1 | -1/+14 |
| * | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 1 | -0/+15 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 1 | -36/+41 |
| * | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 1 | -1/+9 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -104/+120 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -54/+54 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -12/+12 |
| * | - mysql float types now do an end run around the base class and respect preci... | Jason Kirtland | 2007-11-09 | 1 | -134/+140 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 1 | -0/+26 |
| * | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 1 | -2/+3 |
| * | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 1 | -0/+3 |
| * | - merged factor_down_bindparams branch. | Mike Bayer | 2007-11-01 | 1 | -7/+9 |
| * | - Added contains operator (which generate a "LIKE %<other>%" clause). | Gaƫtan de Menten | 2007-10-19 | 1 | -0/+12 |
| * | change the in_ API to accept a sequence or a selectable [ticket:750] | Ants Aasma | 2007-10-16 | 1 | -27/+42 |
| * | - move PG RETURNING tests to postgres dialect test | Mike Bayer | 2007-10-04 | 1 | -28/+0 |
| * | add support for returning results from inserts and updates for postgresql 8.2... | Ants Aasma | 2007-10-02 | 1 | -0/+28 |
| * | - adjusted operator precedence of NOT to match '==' and others, so that | Mike Bayer | 2007-09-08 | 1 | -1/+9 |
| * | added assertion case for [ticket:764] | Mike Bayer | 2007-09-08 | 1 | -0/+3 |
| * | - column defaults and onupdates, executing inline, will add parenthesis | Mike Bayer | 2007-09-06 | 1 | -0/+26 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -13/+5 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -1/+8 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -1/+1 |
| * | - omitted 'table' and 'column' from 'from sqlalchemy import *' | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
| * | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -0/+5 |
| * | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -3/+3 |
| * | - generalized a SQLCompileTest out of select.py, installed | Mike Bayer | 2007-08-13 | 1 | -214/+179 |
| * | - decoupled all ColumnElements from also being Selectables. this means | Mike Bayer | 2007-08-09 | 1 | -6/+31 |
| * | - migrated 'desc', 'asc', and 'distinct' to be in the Operators framework | Mike Bayer | 2007-08-07 | 1 | -0/+8 |
| * | - added desc() and asc() directly to CompareMixin | Mike Bayer | 2007-08-06 | 1 | -0/+6 |
| * | - docs | Mike Bayer | 2007-08-06 | 1 | -1/+28 |
| * | - edits | Mike Bayer | 2007-08-06 | 1 | -1/+1 |
| * | - draft sqlexpression tutorial | Mike Bayer | 2007-08-06 | 1 | -0/+22 |
| * | added values() generative method to Insert/Update | Mike Bayer | 2007-08-02 | 1 | -0/+6 |
| * | fixed pydoc bug in [ticket:564] | Mike Bayer | 2007-07-29 | 1 | -0/+8 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -58/+130 |