summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategy_options.py
Commit message (Expand)AuthorAgeFilesLines
* Handle cache key for option that has no strategyMike Bayer2017-08-221-1/+1
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-1/+1
* Support state expiration for with_expression(); rename deferred_expressionMike Bayer2017-06-261-3/+3
* Add ad-hoc mapped expressionsMike Bayer2017-06-191-0/+48
* Repair regression to pathing for subclassesMike Bayer2017-06-151-2/+7
* selectin polymorphic loadingMike Bayer2017-06-051-11/+97
* Add selectin loadingMike Bayer2017-04-261-2/+54
* - update relationship loader docs, backport fromMike Bayer2017-04-211-87/+70
* Use baked lazyloading by defaultMike Bayer2017-04-131-40/+189
* Compare entities also on chop_pathMike Bayer2017-04-101-1/+2
* Support python3.6Mike Bayer2017-01-131-7/+7
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Assemble "don't joinedload other side" rule using query._current_pathMike Bayer2016-10-171-0/+8
* Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-4/+10
* Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+29
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-061-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - 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-091-3/+22
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-3/+12
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-1/+4
* - add some logging to path_registry to help debug eager loadingMike Bayer2014-11-241-0/+3
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-9/+40
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-94/+135
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-1/+2
* fix typosMike Bayer2014-02-281-1/+1
* - Added a new option to :paramref:`.relationship.innerjoin` which isMike Bayer2014-02-281-2/+24
* - Fixed regression from 0.8 where using an option likeMike Bayer2014-02-241-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* Fix cross referencespr/46Vraj Mohan2013-11-171-1/+1
* - fix a bunch of test failuresMike Bayer2013-10-081-1/+1
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-061-2/+5
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-25/+52
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-0/+893