| Commit message (Expand) | Author | Age | Files | Lines |
| * | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
| * | - 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 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -6/+9 |
| * | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 1 | -2/+2 |
| * | - 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 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -1/+6 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 6 | -581/+579 |
| * | - _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 |
| * | - an unfortunate naming conflict | Mike Bayer | 2008-05-02 | 1 | -3/+3 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 2 | -29/+61 |
| * | - 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 | 3 | -2/+25 |
| * | - simplified __create_lazy_clause to make better usage of the new local/remot... | Mike Bayer | 2008-04-14 | 1 | -2/+1 |
| * | *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 | 4 | -237/+183 |
| * | factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ... | Mike Bayer | 2008-04-04 | 2 | -138/+69 |
| * | fixed union() bug whereby oid_column would not be available if no oid_column ... | Mike Bayer | 2008-04-04 | 1 | -2/+5 |
| * | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -2/+40 |
| * | 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 |
| * | slight function call reduction | Mike Bayer | 2008-04-02 | 1 | -37/+32 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 2 | -27/+13 |
| * | - merge() may actually work now, though we've heard that before... | Mike Bayer | 2008-04-01 | 1 | -3/+3 |
| * | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -8/+6 |
| * | using concatenated strings as keys in generated_ids collection; they hash sli... | Mike Bayer | 2008-03-30 | 1 | -6/+8 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 2 | -10/+8 |
| * | - merged with_polymorphic branch, which was merged with query_columns branch | Mike Bayer | 2008-03-29 | 3 | -64/+65 |
| * | - 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 generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 2 | -11/+24 |
| * | a few more tweaks | Mike Bayer | 2008-03-25 | 1 | -5/+3 |
| * | removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau... | Mike Bayer | 2008-03-24 | 2 | -132/+127 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
| * | added escape kw arg to contains(), startswith(), endswith(), [ticket:791] | Mike Bayer | 2008-03-19 | 2 | -18/+18 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 3 | -24/+28 |
| * | Added support for vendor-extended INSERT syntax like INSERT DELAYED INTO | Jason Kirtland | 2008-03-07 | 2 | -2/+25 |
| * | - Updated exception messaging for r4220 | Jason Kirtland | 2008-03-04 | 1 | -5/+5 |
| * | - added "bind" keyword argument to insert(), update(), delete(); | Mike Bayer | 2008-03-04 | 1 | -7/+19 |
| * | - fixed bug which was preventing UNIONS from being cloneable, | Mike Bayer | 2008-03-04 | 2 | -8/+17 |
| * | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -2/+2 |
| * | silliness reduction | Mike Bayer | 2008-02-24 | 1 | -10/+8 |
| * | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 1 | -2/+11 |
| * | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 1 | -5/+4 |