| Commit message (Expand) | Author | Age | Files | Lines |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -10/+8 |
* | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
* | Added max_row_buffer attribute to the context execution options and usepr/182 | Morgan McClure | 2015-06-13 | 1 | -1/+2 |
* | - Fixed an unexpected-use regression whereby custom :class:`.Comparator` | Mike Bayer | 2015-06-11 | 1 | -2/+6 |
* | - 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 | -1/+1 |
* | - Fixed issue in new :meth:`.QueryEvents.before_compile` event where | Mike Bayer | 2015-04-26 | 1 | -1/+1 |
* | - Identified an inconsistency when handling :meth:`.Query.join` to the | Mike Bayer | 2015-04-15 | 1 | -1/+7 |
* | - changelog + docstring for pullreq github:164 | Mike Bayer | 2015-04-03 | 1 | -0/+7 |
* | Merge remote-tracking branch 'origin/pr/164' into pr164 | Mike Bayer | 2015-04-03 | 1 | -2/+3 |
|\ |
|
| * | Allow kwargs to be passed through update()pr/164 | Amir Sadoughi | 2015-03-20 | 1 | -2/+3 |
* | | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 1 | -16/+0 |
|/ |
|
* | - fix a get call here, we should figure this out since we dont want | Mike Bayer | 2015-03-12 | 1 | -1/+1 |
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -30/+57 |
* | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -2/+8 |
* | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 1 | -4/+9 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -15/+17 |
* | - random performance whacking vs. 0.9, in particular we have to watch | Mike Bayer | 2015-03-08 | 1 | -0/+6 |
* | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 1 | -46/+20 |
* | - 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 |