| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the startswith(), endswith(), and contains() operators | Mike Bayer | 2008-01-31 | 1 | -33/+33 |
| * | - query.join() can also accept tuples of attribute | Mike Bayer | 2008-01-23 | 1 | -0/+3 |
| * | more capability added to reduce_columns | Mike Bayer | 2008-01-23 | 1 | -3/+7 |
| * | factor create_row_adapter into sql.util.row_adapter | Mike Bayer | 2008-01-20 | 1 | -0/+41 |
| * | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -3/+10 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 2 | -22/+46 |
| * | maintain the ordering of the given collection of columns when reducing so tha... | Mike Bayer | 2008-01-15 | 1 | -1/+1 |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 2 | -54/+35 |
| * | - select_table mapper turns straight join into aliased select + custom PK, to... | Mike Bayer | 2008-01-15 | 2 | -1/+37 |
| * | - query.join() can now accept class-mapped attributes | Mike Bayer | 2008-01-14 | 1 | -2/+2 |
| * | - applying some refined versions of the ideas in the smarter_polymorphic | Mike Bayer | 2008-01-14 | 1 | -0/+19 |
| * | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 1 | -1/+1 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 2 | -1/+5 |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -4/+4 |
| * | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
| * | - 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 | 2 | -17/+2 |
| * | 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 |
| * | add anonymous labels to function calls | Mike Bayer | 2008-01-04 | 1 | -1/+1 |
| * | - further fix to new TypeDecorator, so that subclasses of TypeDecorators work... | Mike Bayer | 2008-01-02 | 1 | -2/+2 |
| * | happy new year | Mike Bayer | 2008-01-01 | 2 | -2/+2 |
| * | - reworked all lazy/deferred/expired callables to be | Mike Bayer | 2007-12-21 | 1 | -2/+3 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -1/+13 |
| * | a little pre-lunch decrufting and cleanup | Mike Bayer | 2007-12-18 | 2 | -61/+71 |
| * | get most oracle tests in sql working again.... | Mike Bayer | 2007-12-18 | 2 | -1/+5 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 2 | -101/+97 |
| * | - 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 | 3 | -52/+48 |
| * | 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 | 2 | -6/+12 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 2 | -16/+14 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 2 | -6/+7 |
| * | a little refinement to topological options, more to come | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 1 | -1/+1 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 2 | -25/+27 |
| * | some more omit schemas for [ticket:890] | Mike Bayer | 2007-12-05 | 1 | -2/+2 |
| * | - tables with schemas can still be used in sqlite, firebird, | Mike Bayer | 2007-12-05 | 1 | -1/+1 |
| * | - basic framework for generic functions, [ticket:615] | Mike Bayer | 2007-12-05 | 3 | -32/+135 |
| * | - relaxed rules on column_property() expressions having labels; any | Mike Bayer | 2007-12-04 | 1 | -1/+1 |
| * | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -2/+3 |
| * | OrderedSet to appease the unit tests....need to find a way to get rid of this | Mike Bayer | 2007-11-25 | 2 | -2/+2 |
| * | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 2 | -84/+51 |
| * | - decruftify old visitors used by orm, convert to functions that | Mike Bayer | 2007-11-24 | 1 | -99/+44 |
| * | - all kinds of cleanup, tiny-to-slightly-significant speed improvements | Mike Bayer | 2007-11-24 | 4 | -87/+111 |
| * | - added op() operator to instrumented attributes; i.e. | Mike Bayer | 2007-11-18 | 2 | -1/+9 |
| * | some wide zoomark ranges... | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -35/+33 |