| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 6 | -141/+510 |
| * | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
| * | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 2 | -3/+26 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -21/+17 |
| * | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 2 | -20/+111 |
| * | - repair the inspection hook in sqltypes to not be fooled | Mike Bayer | 2015-08-22 | 1 | -0/+2 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 2 | -2/+18 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 2 | -13/+15 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 2 | -5/+68 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 3 | -7/+9 |
| * | fix typo int->intopr/192 | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| * | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
| * | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |
| * | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -2/+4 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -1/+10 |
| * | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 3 | -2/+4 |
| * | - Fixed a major regression in the 1.0 series where the version_id_counter | Mike Bayer | 2015-06-24 | 1 | -1/+18 |
| * | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -3/+4 |
| * | Merge branch 'pr182' | Mike Bayer | 2015-06-14 | 1 | -1/+2 |
| |\ |
|
| | * | Added max_row_buffer attribute to the context execution options and usepr/182 | Morgan McClure | 2015-06-13 | 1 | -1/+2 |
| * | | - restore the approach we have for pk_params, but in order | Mike Bayer | 2015-06-13 | 1 | -6/+8 |
| * | | Fix primary key behaviour in bulk_updatepr/181 | Patrick Hayes | 2015-06-13 | 1 | -6/+5 |
| |/ |
|
| * | - Fixed an unexpected-use regression whereby custom :class:`.Comparator` | Mike Bayer | 2015-06-11 | 1 | -2/+6 |
| * | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 2 | -2/+37 |
| * | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 1 | -3/+5 |
| * | - Liberalized an assertion that was added as part of :ticket:`3347` | Mike Bayer | 2015-05-02 | 1 | -1/+5 |
| * | - Repaired / added to tests yet more expressions that were reported | Mike Bayer | 2015-05-01 | 1 | -4/+13 |
| * | - Fixed regression from 0.9.10 prior to release due to :ticket:`3349` | Mike Bayer | 2015-04-30 | 1 | -8/+8 |
| * | - Fixed regression from as yet unreleased 0.9.10 where the new addition | Mike Bayer | 2015-04-30 | 1 | -1/+1 |
| * | - Fixed regression within the flush process when an attribute were | Mike Bayer | 2015-04-29 | 1 | -5/+4 |
| * | Fix typo in 'Relationships API' docspr/170 | Ernest Walzel | 2015-04-28 | 1 | -1/+1 |
| * | - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class` | Mike Bayer | 2015-04-26 | 1 | -5/+9 |
| * | - Fixed issue in new :meth:`.QueryEvents.before_compile` event where | Mike Bayer | 2015-04-26 | 1 | -1/+1 |
| * | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 6 | -25/+48 |
| * | - Fixed a critical regression caused by :ticket:`3061` where the | Mike Bayer | 2015-04-17 | 3 | -1/+5 |
| * | - Identified an inconsistency when handling :meth:`.Query.join` to the | Mike Bayer | 2015-04-15 | 1 | -1/+7 |
| * | - Made a small improvement to the heuristics of relationship when | Mike Bayer | 2015-04-12 | 1 | -0/+9 |
| * | - 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 | 2 | -6/+9 |
| |\ |
|
| | * | Allow kwargs to be passed through update()pr/164 | Amir Sadoughi | 2015-03-20 | 2 | -6/+9 |
| * | | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 1 | -0/+1 |
| * | | - :class:`.Query` doesn't support joins, subselects, or special | Mike Bayer | 2015-04-01 | 2 | -26/+46 |
| * | | - Added a list() call around a weak dictionary used within the | Mike Bayer | 2015-04-01 | 1 | -1/+1 |
| * | | - further fixes for #3347; track the mappers we're joining | Mike Bayer | 2015-03-31 | 2 | -22/+53 |
| * | | - Fixed a bug related to "nested" inner join eager loading, which | Mike Bayer | 2015-03-30 | 1 | -22/+70 |
| |/ |
|
| * | Accept unicode in CascadeOptionspr/160 | Julien Castets | 2015-03-16 | 1 | -1/+1 |
| * | - 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 | 6 | -128/+207 |
| * | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -2/+8 |