| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 1 | -2/+3 |
* | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 1 | -2/+4 |
* | Rename Query._mapper_zero() to Query._entity_zero() | Mike Bayer | 2016-04-19 | 1 | -17/+15 |
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -13/+21 |
* | Adds documentation to Query.slice().pr/247 | jfinkels | 2016-03-13 | 1 | -3/+28 |
* | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 1 | -5/+8 |
* | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -3/+1 |
* | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 1 | -15/+11 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 1 | -7/+20 |
* | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 1 | -1/+5 |
* | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
* | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -2/+8 |
* | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 1 | -1/+1 |
* | - try to make this language more succinct and fix links | Mike Bayer | 2015-10-20 | 1 | -24/+8 |
* | Merge remote-tracking branch 'origin/pr/203' | Mike Bayer | 2015-10-09 | 1 | -8/+7 |
|\ |
|
| * | Remplement Query.one() in terms of .one_or_none()pr/203 | Eric Siegerman | 2015-09-28 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'origin/pr/205' | Mike Bayer | 2015-10-09 | 1 | -0/+12 |
|\ \ |
|
| * | | Doc fixpr/205 | Eric Siegerman | 2015-09-28 | 1 | -0/+12 |
| |/ |
|
* | | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -5/+6 |
|/ |
|
* | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 1 | -2/+10 |
* | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 1 | -0/+32 |
* | - add a note about DISTINCT in query w/ ORDER BY, references #3518 | Mike Bayer | 2015-08-31 | 1 | -0/+13 |
* | - 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 |