summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-5/+21
* | - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-111-1/+1
|/
* - try to make this language more succinct and fix linksMike Bayer2015-10-201-24/+8
* - 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
* Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-091-8/+7
|\
| * Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-8/+7
* | Merge remote-tracking branch 'origin/pr/205'Mike Bayer2015-10-091-0/+12
|\ \
| * | Doc fixpr/205Eric Siegerman2015-09-281-0/+12
| |/
* | - 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()pr/201Eric Siegerman2015-09-241-0/+32
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+1
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-2/+2
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-4/+13
* - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-48/+56
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+7
* - reduce some callcounts within the new eventsMike Bayer2015-09-032-32/+30
* Merge branch 'ticket_2677'Mike Bayer2015-09-026-281/+593
|\
| * - 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
* | - 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
* - 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