summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-081-1/+1
* Adds documentation to Query.slice().jfinkels2016-03-131-3/+28
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-202-2/+2
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+6
* - 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
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-092-4/+23
* updated sphinx tagetingjonathan vanasco2016-01-071-4/+11
* - 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
* fix some typosNils Philippsen2015-12-102-2/+2
* - write a real inline documentation section for from_self(),Mike Bayer2015-12-071-2/+163
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-3/+5
* Update usages of getargspec to compat version.Jacob MacDonald2015-11-302-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
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-5/+21
* - try to make this language more succinct and fix linksMike Bayer2015-10-201-23/+14
* - adjust 4f54607923a11669961b53f where we still allow_multirow as longMike Bayer2015-10-191-1/+1
* - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-1/+1
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-5/+6
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-2/+10
* Add Query.one_or_none()Eric Siegerman2015-09-241-0/+32
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+1
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-4/+13
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+7
* - add new documentation that applies to all modern SQLA versions,Mike Bayer2015-09-021-140/+83
* - add a note about DISTINCT in query w/ ORDER BY, references #3518Mike Bayer2015-08-311-0/+13
* - 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
* - 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->intohalfcrazy2015-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