| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adds documentation to Query.slice(). | jfinkels | 2016-03-13 | 1 | -3/+28 |
| * | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
| * | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -5/+6 |
| * | - add a note about DISTINCT in query w/ ORDER BY, references #3518 | Mike Bayer | 2015-08-31 | 1 | -0/+13 |
| * | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
| * | - Repaired / added to tests yet more expressions that were reported | Mike Bayer | 2015-05-01 | 1 | -4/+13 |
| * | - Fixed regression from as yet unreleased 0.9.10 where the new addition | Mike Bayer | 2015-04-30 | 1 | -0/+1 |
| * | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 1 | -16/+0 |
| * | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -2/+8 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -2/+3 |
| * | It's the 'kwargs' which are iterable, not 'keys' | Malthe Borch | 2015-02-08 | 1 | -2/+1 |
| * | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 1 | -2/+2 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -2/+2 |
| * | - fix up query update /delete documentation, make warnings | Mike Bayer | 2014-12-10 | 1 | -65/+117 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -2/+5 |
| * | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| * | - improve from_statement() doc | Mike Bayer | 2014-08-31 | 1 | -3/+9 |
| * | - add some more docs to yield_per | Mike Bayer | 2014-08-29 | 1 | -18/+38 |
| * | - 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 |