| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | various formatting and hyperlinking fixes | Mike Bayer | 2010-12-09 | 1 | -0/+4 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 2 | -9/+44 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 2 | -8/+43 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
| * | | - replace util.py with util/ package, [ticket:1986] | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - the "type_map" dictionary in sqlalchemy.types is now private, | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - post_process_text() is called for DDL() constructs, in particular allowing | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - _literal_as_text raises if the incoming arg is not a Visitable or basestring. | Mike Bayer | 2010-11-28 | 1 | -1/+3 |
| * | | - bindparam() gets a new option "callable", which is a lambda or def | Mike Bayer | 2010-11-20 | 2 | -22/+52 |
| * | | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917] | Mike Bayer | 2010-11-20 | 2 | -46/+79 |
| |\ \ |
|
| | * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 2 | -46/+79 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 4 | -46/+107 |
| |\ \
| |/ |
|
| | * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -30/+11 |
| | * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -1/+6 |
| | * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 3 | -4/+57 |
| | * | - fix a typo that was apparently not really impacting anything | Mike Bayer | 2010-09-25 | 1 | -1/+1 |
| | * | doc edits | Mike Bayer | 2010-09-22 | 1 | -10/+13 |
| | * | - Patched a case where query.join() would adapt the | Mike Bayer | 2010-09-21 | 1 | -0/+19 |
| * | | merge tip | Mike Bayer | 2010-09-19 | 3 | -18/+86 |
| |\ \
| |/ |
|
| | * | - as_scalar(), label() can be called on a selectable | Mike Bayer | 2010-09-18 | 1 | -3/+10 |
| | * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 2 | -9/+15 |
| | * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -0/+25 |
| | * | - pending deprecation in 0.7 for the execute/scalar on clauseelement | Mike Bayer | 2010-09-07 | 1 | -6/+10 |
| | * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -4/+30 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
| |/ |
|
| * | docstring for query.correlate, [ticket:1889] | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
| * | - Similarly, for relationship(), foreign_keys, | Mike Bayer | 2010-08-21 | 1 | -3/+3 |