summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-191-0/+9
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-191-0/+9
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-17/+15
|/
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-194-0/+65
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-061-1/+1
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-063-2/+20
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-282-23/+37
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-12/+31
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-142-16/+31
* Adds documentation to Query.slice().pr/247jfinkels2016-03-131-3/+28
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-5/+8
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-202-2/+2
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-7/+13
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+3
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-3/+1
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-15/+11
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-082-12/+48
* - happy new yearMike Bayer2016-01-2929-29/+29
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-14/+2
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-202-1/+44
* - the order in which _generate_backref() for different mappers is calledMike Bayer2016-01-191-1/+1
* - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-192-10/+16
* - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-191-7/+20
* - refactor a bit the loader options system to make it a bit moreMike Bayer2016-01-101-31/+38
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-092-4/+23
* Merged in jvanasco/sqlalchemy-alt/issue_docs_scoped_session (pull request #50)Mike Bayer2016-01-071-4/+11
|\
| * updated sphinx tagetingjonathan vanasco2015-04-021-8/+10
| * updates to scoping docs to make `.session_factory` appear publicjonathan vanasco2015-04-021-2/+7
* | - remove errant pdb, references #3612Mike Bayer2015-12-151-5/+1
* | - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-1/+5
* | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-151-1/+3
* | - since we are mutating the statement in a loop, start withMike Bayer2015-12-141-3/+8
* | - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-1/+1
* | - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-142-14/+36
* | - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-121-1/+5
* | - convert ORM tutorial and basic_relationships to favorMike Bayer2015-12-101-0/+5
* | Merge remote-tracking branch 'origin/pr/220'Mike Bayer2015-12-102-2/+2
|\ \
| * | fix some typospr/220Nils Philippsen2015-12-082-2/+2
* | | - refactor of adapt_like_to_iterable(), fixes #3457.Mike Bayer2015-12-094-85/+65
|/ /
* | - write a real inline documentation section for from_self(),Mike Bayer2015-12-071-2/+163
* | - fix loading.py merge_result for new _merge() argumentMike Bayer2015-12-041-2/+2
* | - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-044-10/+28
* | - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-3/+5
* | Merge remote-tracking branch 'origin/pr/210'Mike Bayer2015-11-302-2/+4
|\ \
| * | Update usages of getargspec to compat version.pr/210Jacob MacDonald2015-10-292-2/+4
* | | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-282-6/+20
* | | - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-252-2/+15
* | | - Change "expr" to "entity" for example illustrating an eventBas van den Heuvel2015-11-241-1/+1
* | | - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-2/+1
* | | - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-2/+14