summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-026-141/+510
* - add new documentation that applies to all modern SQLA versions,ticket_2677_preMike Bayer2015-09-021-140/+83
* - use consistent and descriptive language in all casesMike Bayer2015-08-272-3/+26
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-21/+17
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-0/+2
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-172-2/+18
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-172-13/+15
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-142-5/+68
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-113-7/+9
* fix typo int->intopr/192halfcrazy2015-08-091-1/+1
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-202-2/+3
* - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-2/+4
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-1/+10
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-273-2/+4
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-1/+18
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-3/+4
* Merge branch 'pr182'Mike Bayer2015-06-141-1/+2
|\
| * Added max_row_buffer attribute to the context execution options and usepr/182Morgan McClure2015-06-131-1/+2
* | - restore the approach we have for pk_params, but in orderMike Bayer2015-06-131-6/+8
* | Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-6/+5
|/
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-2/+6
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-212-2/+37
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-3/+5
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-1/+5
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-4/+13
* - Fixed regression from 0.9.10 prior to release due to :ticket:`3349`Mike Bayer2015-04-301-8/+8
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-1/+1
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-5/+4
* Fix typo in 'Relationships API' docspr/170Ernest Walzel2015-04-281-1/+1
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-5/+9
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+1
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-206-25/+48
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-173-1/+5
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-1/+7
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-0/+9
* - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+7
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-032-6/+9
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+1
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-26/+46
* | - Added a list() call around a weak dictionary used within theMike Bayer2015-04-011-1/+1
* | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-312-22/+53
* | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-22/+70
|/
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+1
* - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-116-128/+207
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8