| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' of github.com:vrajmohan/sqlalchemy into mm | Mike Bayer | 2013-11-14 | 1 | -4/+4 |
| |\ |
|
| | * | Fix cross referencespr/44 | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
| | * | Fix indentation and escape *args and **kwargs | Vraj Mohan | 2013-11-13 | 1 | -2/+2 |
| * | | Fixed bug where usage of new :class:`.Bundle` object would cause | Mike Bayer | 2013-11-13 | 1 | -1/+1 |
| |/ |
|
| * | Fix cross references | Vraj Mohan | 2013-11-12 | 1 | -5/+5 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -1/+1 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -2/+3 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -1/+22 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -20/+10 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 1 | -1/+10 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -6/+168 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | - "primary mapper entity" is now an attribute on Query, | Mike Bayer | 2013-08-24 | 1 | -16/+11 |
| * | - also do delete, add seealsos, formatting, etc. [ticket:2798] | Mike Bayer | 2013-08-18 | 1 | -13/+37 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -12/+36 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -6/+4 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -7/+37 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -5/+2 |
| * | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -1/+1 |
| * | wording about supported dialects for Query.yield_perpr/17 | Domen Kožar | 2013-07-14 | 1 | -6/+6 |
| * | remove undoc-members from query docstring [ticket:2774] | Mike Bayer | 2013-07-07 | 1 | -0/+7 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 1 | -1/+1 |
| * | Fixed bug in polymorphic SQL generation where multiple joined-inheritance | Mike Bayer | 2013-06-15 | 1 | -5/+10 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -1/+1 |
| * | 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 | 1 | -17/+15 |
| * | 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 | 1 | -1/+1 |
| * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -11/+130 |
| * | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 1 | -11/+11 |
| * | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -6/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -21/+22 |
| * | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 1 | -26/+2 |
| * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+20 |
| * | Fixed bug whereby :meth:`.Query.yield_per` would set the execution | Mike Bayer | 2013-02-08 | 1 | -2/+2 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | The :meth:`.Query.select_from` method can now be used with a | Mike Bayer | 2012-12-13 | 1 | -18/+18 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -12/+25 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -87/+84 |
| * | should be 'where' not 'filter' #2546 | Diana Clarke | 2012-11-18 | 1 | -1/+1 |
| * | - more docs | Mike Bayer | 2012-10-26 | 1 | -2/+2 |
| * | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -1/+0 |
| * | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -2/+3 |