| Commit message (Expand) | Author | Age | Files | Lines |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -4/+1 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -7/+5 |
* | - improve from_statement() doc | Mike Bayer | 2014-08-31 | 1 | -3/+9 |
* | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 1 | -5/+14 |
* | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 1 | -3/+16 |
* | - add some more docs to yield_per | Mike Bayer | 2014-08-29 | 1 | -18/+38 |
* | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 1 | -1/+1 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -13/+10 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -2/+3 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -292/+302 |
* | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -3/+4 |
* | - 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 |