| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+16 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 6 | -415/+415 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 7 | -4/+34 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 2 | -14/+8 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -56/+71 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 2 | -126/+221 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -14/+20 |
| * | more inlines | Mike Bayer | 2010-12-19 | 1 | -18/+17 |
| * | merge tip | Michael Trier | 2010-12-19 | 1 | -12/+4 |
| |\ |
|
| | * | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -12/+4 |
| * | | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 3 | -3/+47 |
| |/ |
|
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 2 | -5/+2 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -0/+19 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -17/+40 |