| Commit message (Expand) | Author | Age | Files | Lines |
| * | - remove meaningless assignment | Mike Bayer | 2015-02-08 | 1 | -1/+0 |
| * | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/pr/147' into pr147 | Mike Bayer | 2015-02-08 | 1 | -1/+1 |
| |\ |
|
| | * | It's the 'kwargs' which are iterable, not 'keys'pr/147 | Malthe Borch | 2014-10-30 | 1 | -2/+1 |
| * | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition... | Mike Bayer | 2015-01-19 | 1 | -13/+30 |
| * | | - reverse the last commit temporarily as it breaks all the polymorphic cases | Mike Bayer | 2015-01-19 | 1 | -34/+20 |
| * | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to the | Mike Bayer | 2015-01-19 | 1 | -20/+34 |
| * | | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
| * | | - 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 | -69/+110 |
| * | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -1/+29 |
| * | | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 1 | -1/+7 |
| * | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt... | Mike Bayer | 2014-11-26 | 1 | -4/+7 |
| |\ \
| |/
|/| |
|
| | * | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org... | jonathan vanasco | 2014-10-03 | 1 | -4/+7 |
| * | | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -4/+2 |
| * | | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -2/+5 |
| * | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 1 | -8/+18 |
| |/ |
|
| * | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| * | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -2/+27 |
| * | - 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 |