| Commit message (Expand) | Author | Age | Files | Lines |
| * | wording about supported dialects for Query.yield_perpr/17 | Domen Kožar | 2013-07-14 | 1 | -6/+6 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 4 | -32/+38 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 2 | -18/+56 |
| * | remove undoc-members from query docstring [ticket:2774] | Mike Bayer | 2013-07-07 | 1 | -0/+7 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -2/+2 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -1/+2 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 2 | -1/+35 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 1 | -1/+1 |
| * | remove double methods | Mike Bayer | 2013-06-17 | 1 | -19/+0 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 5 | -120/+137 |
| * | Fixed bug in polymorphic SQL generation where multiple joined-inheritance | Mike Bayer | 2013-06-15 | 1 | -5/+10 |
| * | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+1 |
| * | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 2 | -15/+24 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -0/+26 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -2/+7 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 2 | -14/+10 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 4 | -13/+23 |
| * | shrugs | Mike Bayer | 2013-06-05 | 1 | -1/+6 |
| * | a test for what's breaking, plus a non-working fix for it... | Mike Bayer | 2013-06-05 | 1 | -0/+3 |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 2 | -23/+17 |
| * | - eager loads | Mike Bayer | 2013-06-04 | 2 | -3/+2 |
| * | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 2 | -3/+5 |
| * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -6/+3 |
| * | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 1 | -2/+2 |
| * | - pulling out more aliases, sort of | Mike Bayer | 2013-06-03 | 1 | -4/+9 |
| * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -5/+21 |
| * | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -0/+2 |
| * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 1 | -8/+8 |
| * | - blow away context._attributes | Mike Bayer | 2013-06-02 | 4 | -40/+44 |
| * | Fixed a regression caused by [ticket:2682] whereby the | Mike Bayer | 2013-05-31 | 1 | -0/+6 |
| * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 2 | -12/+131 |
| * | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 17 | -161/+154 |
| |\ |
|
| | * | clean up some of this collection stuff | Mike Bayer | 2013-05-26 | 1 | -2/+1 |
| | * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 7 | -16/+16 |
| | * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -25/+21 |
| | * | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 3 | -22/+22 |
| | * | merge default | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
| | |\ |
|
| | * \ | merge default | Mike Bayer | 2013-05-10 | 1 | -20/+53 |
| | |\ \ |
|
| | * | | | most of ORM passing... | Mike Bayer | 2013-05-04 | 5 | -40/+32 |
| | * | | | merge default | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| | |\ \ \ |
|
| | * | | | | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 3 | -7/+5 |
| | * | | | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 18 | -172/+180 |
| * | | | | | - move an import stuck in the middle here... | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| | |_|_|/
|/| | | |
|
| * | | | | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
| | |_|/
|/| | |
|
| * | | | - moderinzed the docs for the foreign_keys parameter a bit, | Mike Bayer | 2013-05-10 | 1 | -20/+53 |
| | |/
|/| |
|
| * | | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| |/ |
|
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 1 | -2/+13 |
| * | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| * | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
| * | cleanup | Mike Bayer | 2013-04-25 | 2 | -58/+15 |