summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - Added active_history flag to relationship()Mike Bayer2010-11-184-4/+34
* - The mapper argument "primary_key" can be passed as aMike Bayer2010-11-181-1/+1
* - primary_key arg to mapper() is a listMike Bayer2010-11-161-22/+23
* - Fixed indexing of Query objects by -1. It was erroneouslyMike Bayer2010-11-151-1/+4
* - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-136-58/+35
* - additional fix for [ticket:1964]Mike Bayer2010-11-131-1/+1
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2010-11-111-2/+4
* - "innerjoin" flag doesn't take effect along the chainMike Bayer2010-11-051-7/+14
* - write a new section describing the "subtransactions=True" flag in full detailMike Bayer2010-11-011-17/+8
* - Fixed bug whereby a non-"mutable" attribute modified eventMike Bayer2010-10-261-2/+8
* - make a futile attempt to combat the needless usage of clear_mappers() in th...Mike Bayer2010-10-231-5/+18
* fix typoMike Bayer2010-10-231-1/+1
* - New Query methods: query.label(name), query.as_scalar(),Mike Bayer2010-10-231-2/+57
* - document is_modified() caveats including that the "old" value isn't alwaysMike Bayer2010-10-201-6/+26
* note expire_on_commit in the docstring for commit() as wellMike Bayer2010-10-161-1/+8
* - Added a new "lazyload" option "immediateload".Mike Bayer2010-10-156-58/+71
* - Fixed labeling bug in Query whereby the NamedTupleMike Bayer2010-10-141-4/+2
* - Fixed bug in query.update() where 'evaluate' or 'fetch'Mike Bayer2010-10-012-3/+9
* - add additional logic that duplicates mapper's prop.copy(); prop.columns.app...Mike Bayer2010-10-011-1/+3
* - reworked the internals of mapper.cascade_iterator() toMike Bayer2010-10-013-17/+35
* - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-1/+1
* fix the default hereMike Bayer2010-09-251-1/+1
* doc editsMike Bayer2010-09-222-9/+13
* - in depth docs about some merge() tipsMike Bayer2010-09-224-3/+25
* - Query.select_from() has been beefed up to helpMike Bayer2010-09-211-13/+19
* - Patched a case where query.join() would adapt theMike Bayer2010-09-211-6/+20
* - scoped_session emits a warning when configure() isMike Bayer2010-09-211-2/+9
* - fix test_single test to use default dialectMike Bayer2010-09-153-19/+43
* - Fixed a regression in 0.6.5 which occurred if youMike Bayer2010-09-151-1/+1
* - add message to documentation stating that collection validators cannotMike Bayer2010-09-151-0/+5
* - Fixed bug that would prevent "subqueryload" fromMike Bayer2010-09-132-3/+13
* - Fixed recursion bug which could occur when movingMike Bayer2010-09-133-9/+9
* more docs on thisMike Bayer2010-09-122-13/+17
* need this tooMike Bayer2010-09-121-0/+2
* - lazy loads for relationship attributes now useMike Bayer2010-09-128-59/+105
* - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-122-5/+12
* - collection docsMike Bayer2010-09-092-4/+13
* - add doc pages for exceptionsMike Bayer2010-09-091-1/+1
* editsMike Bayer2010-09-081-9/+12
* - Added a mutex to the identity map which mutexesMike Bayer2010-09-071-28/+49
* - pending deprecation in 0.7 for the execute/scalar on clauseelementMike Bayer2010-09-071-1/+1
* unify query.with_parent, util.with_parent, fix docs some moreMike Bayer2010-09-062-50/+46
* doc updatesMike Bayer2010-09-062-6/+13
* merge doc fixes from tipMike Bayer2010-09-061-1/+1
|\
| * fixesMike Bayer2010-09-051-1/+1
* | - query.with_parent() now accepts transient objectsMike Bayer2010-09-063-31/+68
|/
* merge tipMike Bayer2010-09-051-0/+12
|\
| * - mapper _get_col_to_prop private method usedMike Bayer2010-09-051-0/+12
* | roughly the finished product.Mike Bayer2010-09-041-13/+45
* | almost through.Mike Bayer2010-09-044-75/+22