| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 1 | -1/+12 |
| * | pep8 stuff | Mike Bayer | 2008-11-02 | 1 | -82/+174 |
| * | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 1 | -113/+87 |
| * | small fix | Mike Bayer | 2008-10-25 | 1 | -0/+4 |
| * | a couple of refinements | Mike Bayer | 2008-10-25 | 1 | -32/+26 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -14/+29 |
| * | Slightly changed behavior of IN operator for comparing to empty collections. ... | Ants Aasma | 2008-10-20 | 1 | -2/+2 |
| * | tiny tiny speed improvements.... | Mike Bayer | 2008-10-18 | 1 | -11/+8 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -36/+4 |
| * | - session.execute() will execute a Sequence object passed to | Mike Bayer | 2008-09-28 | 1 | -1/+4 |
| * | - version bump | Mike Bayer | 2008-09-16 | 1 | -32/+47 |
| * | - 0.5.0rc1rel_0_5rc1 | Mike Bayer | 2008-09-11 | 1 | -3/+1 |
| * | return type of exists() is boolean, duh | Mike Bayer | 2008-09-09 | 1 | -1/+1 |
| * | - Bind params now subclass ColumnElement which allows them to be | Mike Bayer | 2008-09-09 | 1 | -2/+9 |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -2/+16 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - Always use native itemgetter & attrgetter | Jason Kirtland | 2008-07-15 | 1 | -2/+4 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -14/+14 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -10/+13 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 1 | -0/+11 |
| * | add with_only_columns to Select to allow for removing columns from selects | Ants Aasma | 2008-05-29 | 1 | -0/+10 |
| * | - added some help for a heavily flush-order-dependent test | Mike Bayer | 2008-05-16 | 1 | -1/+3 |
| * | Followup to [4760]: forward **kwargs on TableClause.delete() | Lele Gaifax | 2008-05-15 | 1 | -2/+2 |
| * | Augment expression.Delete() with a kwargs, like Insert() and Update() | Lele Gaifax | 2008-05-15 | 1 | -2/+4 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 1 | -2/+2 |
| * | - clause adaption hits _raw_columns of a select() (though no ORM tests need t... | Mike Bayer | 2008-05-12 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -271/+219 |
| * | - _Label adds itself to the proxy collection so that it works in correspoindi... | Mike Bayer | 2008-05-06 | 1 | -3/+8 |
| * | - same as [ticket:1019] but repaired the non-labeled use case | Mike Bayer | 2008-05-05 | 1 | -1/+4 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -28/+4 |
| * | - improved behavior of text() expressions when used as | Mike Bayer | 2008-04-26 | 1 | -10/+7 |
| * | - Support for COLLATE: collate(expr, col) and expr.collate(col) | Jason Kirtland | 2008-04-16 | 1 | -1/+19 |
| * | *headslap* those mutators cant mutate the collections except for never-genera... | Mike Bayer | 2008-04-07 | 1 | -9/+5 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -227/+132 |
| * | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 1 | -137/+69 |
| * | fixed union() bug whereby oid_column would not be available if no oid_column ... | Mike Bayer | 2008-04-04 | 1 | -2/+5 |
| * | A couple of usage examples for the case statement | Ants Aasma | 2008-04-03 | 1 | -0/+9 |
| * | - case() interprets the "THEN" expressions | Mike Bayer | 2008-04-03 | 1 | -9/+38 |
| * | The case() function now also takes a dictionary as its whens parameter. But b... | Ants Aasma | 2008-04-03 | 1 | -1/+6 |
| * | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -23/+30 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -8/+12 |
| * | - merge() may actually work now, though we've heard that before... | Mike Bayer | 2008-04-01 | 1 | -3/+3 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -1/+4 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 1 | -0/+9 |
| * | - can now allow selects which correlate all FROM clauses | Mike Bayer | 2008-03-28 | 1 | -3/+1 |
| * | - fixed SQL function truncation of trailing underscores | Mike Bayer | 2008-03-25 | 1 | -1/+1 |
| * | added escape kw arg to contains(), startswith(), endswith(), [ticket:791] | Mike Bayer | 2008-03-19 | 1 | -12/+12 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -13/+17 |
| * | Added support for vendor-extended INSERT syntax like INSERT DELAYED INTO | Jason Kirtland | 2008-03-07 | 1 | -1/+21 |
| * | - Updated exception messaging for r4220 | Jason Kirtland | 2008-03-04 | 1 | -5/+5 |