| Commit message (Expand) | Author | Age | Files | Lines |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 1 | -42/+11 |
| * | - select_table mapper turns straight join into aliased select + custom PK, to... | Mike Bayer | 2008-01-15 | 1 | -0/+8 |
| * | - query.join() can now accept class-mapped attributes | Mike Bayer | 2008-01-14 | 1 | -2/+2 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 1 | -0/+4 |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -4/+4 |
| * | - fixed bug in union() so that select() statements which don't derive | Mike Bayer | 2008-01-08 | 1 | -1/+2 |
| * | - fixed an attribute history bug whereby assigning a new collection | Mike Bayer | 2008-01-07 | 1 | -2/+2 |
| * | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -16/+1 |
| * | Experimental: modestly more informative repr() for some expressions (using .d... | Jason Kirtland | 2008-01-05 | 1 | -0/+8 |
| * | Migrated a few in-function 'from x import y' to the 'global x; if x is None' ... | Jason Kirtland | 2008-01-05 | 1 | -160/+168 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - reworked all lazy/deferred/expired callables to be | Mike Bayer | 2007-12-21 | 1 | -2/+3 |
| * | a little pre-lunch decrufting and cleanup | Mike Bayer | 2007-12-18 | 1 | -61/+25 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -99/+95 |
| * | - select().as_scalar() will raise an exception if the select does not have | Mike Bayer | 2007-12-18 | 1 | -7/+11 |
| * | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 1 | -31/+27 |
| * | moved hide_froms and aggregate_hide_froms to be only on FromClause | Mike Bayer | 2007-12-16 | 1 | -28/+19 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 1 | -7/+33 |
| * | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 1 | -5/+11 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 1 | -1/+1 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 1 | -4/+19 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 1 | -13/+24 |
| * | OrderedSet to appease the unit tests....need to find a way to get rid of this | Mike Bayer | 2007-11-25 | 1 | -1/+1 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -22/+12 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 1 | -52/+54 |
| * | - added op() operator to instrumented attributes; i.e. | Mike Bayer | 2007-11-18 | 1 | -1/+6 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -35/+33 |
| * | logging fixes | Mike Bayer | 2007-11-18 | 1 | -6/+15 |
| * | - anonymous column expressions are automatically labeled. | Mike Bayer | 2007-11-10 | 1 | -7/+9 |
| * | more changes to traverse-and-clone; a particular element will only be cloned ... | Mike Bayer | 2007-11-08 | 1 | -14/+25 |
| * | - identified some cases where Alias needs to be cloned; but still cant clone | Mike Bayer | 2007-11-08 | 1 | -4/+13 |
| * | - fixed remainder of [ticket:853] | Mike Bayer | 2007-11-07 | 1 | -20/+14 |
| * | - <Engine|Connection>._execute_clauseelement becomes a public method | Mike Bayer | 2007-11-07 | 1 | -1/+1 |
| * | - oid_column proxies more intelligently off of Select, CompoundSelect - fixes... | Mike Bayer | 2007-11-05 | 1 | -18/+73 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -30/+20 |
| * | - rewrote and simplified the system used to "target" columns across | Mike Bayer | 2007-11-05 | 1 | -112/+75 |
| * | - func. objects can be pickled/unpickled [ticket:844] | Mike Bayer | 2007-11-04 | 1 | -0/+8 |
| * | - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ... | Mike Bayer | 2007-11-03 | 1 | -58/+56 |
| * | - 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 |