| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | - 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 | 1 | -8/+11 |
| * | silliness reduction | Mike Bayer | 2008-02-24 | 1 | -10/+8 |
| * | - can again create aliases of selects against textual | Mike Bayer | 2008-02-19 | 1 | -0/+1 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -2/+1 |
| * | - fixed bug introduced in r4070 where union() and other compound selects woul... | Mike Bayer | 2008-02-12 | 1 | -1/+1 |
| * | - added generative where(<criterion>) method to delete() | Mike Bayer | 2008-02-08 | 1 | -2/+33 |
| * | - Some more reST docstring corrections | Jason Kirtland | 2008-02-06 | 1 | -31/+30 |
| * | - Workaround for datetime quirk, LHS comparisons to SA expressions now work. | Jason Kirtland | 2008-01-31 | 1 | -0/+3 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -1/+7 |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 1 | -3/+23 |
| * | - 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 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 1 | -20/+44 |
| * | 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 |