| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -4/+0 |
| * | Correction of mssql schema reflection in reflectable. Still a problem since t... | Michael Trier | 2008-10-11 | 1 | -1/+0 |
| * | - version bump | Mike Bayer | 2008-09-16 | 1 | -4/+13 |
| * | - 0.5.0rc1rel_0_5rc1 | Mike Bayer | 2008-09-11 | 1 | -3/+3 |
| * | - Bind params now subclass ColumnElement which allows them to be | Mike Bayer | 2008-09-09 | 1 | -0/+1 |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -8/+29 |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -47/+1 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -0/+49 |
| * | - Spiffed up the deprecated decorators & @flipped 'em up top | Jason Kirtland | 2008-07-16 | 1 | -1/+1 |
| * | - Fixed bug when calling select([literal('foo')]) | Mike Bayer | 2008-07-15 | 1 | -0/+3 |
| * | possible fix for MS-SQL version of match() test, but the real solution here m... | Mike Bayer | 2008-07-14 | 1 | -1/+1 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 1 | -0/+10 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -25/+11 |
| * | fix order by for MySQL environment | Mike Bayer | 2008-04-26 | 1 | -0/+2 |
| * | - improved behavior of text() expressions when used as | Mike Bayer | 2008-04-26 | 1 | -0/+11 |
| * | - Support for COLLATE: collate(expr, col) and expr.collate(col) | Jason Kirtland | 2008-04-16 | 1 | -0/+29 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -123/+125 |
| * | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 1 | -0/+3 |
| * | fixed union() bug whereby oid_column would not be available if no oid_column ... | Mike Bayer | 2008-04-04 | 1 | -0/+7 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -7/+7 |
| * | - can now allow selects which correlate all FROM clauses | Mike Bayer | 2008-03-28 | 1 | -0/+9 |
| * | added escape kw arg to contains(), startswith(), endswith(), [ticket:791] | Mike Bayer | 2008-03-19 | 1 | -1/+4 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -8/+17 |
| * | - can again create aliases of selects against textual | Mike Bayer | 2008-02-19 | 1 | -0/+5 |
| * | - 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 |