| Commit message (Expand) | Author | Age | Files | Lines |
* | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
* | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -1/+1 |
* | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -1/+8 |
* | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
* | - correct this to make the intention clear | Mike Bayer | 2014-03-13 | 1 | -2/+1 |
* | - extensive cross-linking of relationship options with their documentation se... | Mike Bayer | 2014-02-16 | 1 | -7/+7 |
* | - Fixed bug where :meth:`.Query.get` would fail to consistently | Mike Bayer | 2014-02-10 | 1 | -4/+11 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -0/+1 |
* | - remove this leftover commented pdb | Mike Bayer | 2014-01-23 | 1 | -5/+0 |
* | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -1/+0 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 1 | -4/+20 |
* | - call it 0.9.0 | Mike Bayer | 2013-12-30 | 1 | -2/+2 |
* | fix doc target | Mike Bayer | 2013-12-19 | 1 | -1/+1 |
* | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -36/+73 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -2/+2 |
* | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -57/+2 |
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -30/+91 |
|\ |
|
| * | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -50/+84 |
| * | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -4/+20 |
| * | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -1/+12 |
* | | 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 |