| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | improved docs on select_from() [ticket:2274] | Mike Bayer | 2011-09-26 | 1 | -4/+13 |
| * | | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -5/+7 |
| * | | - Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -0/+1 |
| * | | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -2/+4 |
| * | | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -1/+1 |
| * | | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 2 | -1/+7 |
| * | | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -181/+241 |
| * | | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -0/+22 |
| * | | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -1/+14 |
| * | | some core cross linkage | Mike Bayer | 2011-08-07 | 1 | -12/+35 |
| * | | - rework Annotated to no longer use __cmp__(), supply an __eq__() that | Mike Bayer | 2011-07-24 | 1 | -2/+6 |
| * | | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 3 | -97/+112 |
| * | | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 2 | -2/+13 |
| * | | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 3 | -3/+31 |
| * | | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -1/+5 |
| * | | - Fixed bug whereby comparison of column | Mike Bayer | 2011-06-12 | 1 | -1/+4 |
| * | | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -2/+9 |
| * | | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+9 |
| * | | fix some tests | Mike Bayer | 2011-06-02 | 1 | -1/+16 |
| * | | - move Operators and ColumnOperators into sqlalchemy.sql.operators - since this | Mike Bayer | 2011-05-28 | 2 | -424/+425 |
| * | | - Streamlined the process by which a Select | Mike Bayer | 2011-05-28 | 1 | -11/+3 |
| * | | - get all comparison operators to document with sphinx - column based, relati... | Mike Bayer | 2011-05-26 | 1 | -79/+321 |
| * | | - add some docs to hybrid comparators, operators/comparator logic at the base | Mike Bayer | 2011-05-22 | 1 | -1/+62 |
| * | | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -5/+7 |
| * | | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -14/+13 |
| * | | - It is an error to call query.get() when the | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
| * | | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -46/+24 |
| * | | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 2 | -4/+58 |
| * | | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -1/+1 |
| * | | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 1 | -42/+108 |
| * | | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -2/+2 |
| * | | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -4/+8 |
| * | | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -0/+6 |
| * | | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 2 | -1/+3 |
| * | | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 3 | -12/+50 |
| * | | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -114/+114 |
| * | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 2 | -4/+4 |
| |/ |
|
| * | Fixed doc problem. Thanks Toby Ho. | Michael Trier | 2011-03-14 | 1 | -1/+1 |
| * | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -1/+1 |
| * | - The concept of associating a ".bind" directly with a | Mike Bayer | 2011-02-10 | 1 | -39/+34 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 3 | -9/+181 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -41/+100 |
| * | - figured out the ::autodata directive, can move the docstring for | Mike Bayer | 2011-02-09 | 1 | -0/+35 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 2 | -26/+22 |
| * | yikes, change that name on the Alias class too | Mike Bayer | 2011-01-30 | 1 | -6/+6 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -33/+79 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -3/+3 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -11/+25 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 2 | -15/+14 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -14/+0 |