summaryrefslogtreecommitdiff
path: root/test/orm/test_deferred.py
Commit message (Expand)AuthorAgeFilesLines
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-0/+118
* Add caveat re: with_expression and already-loaded objectMike Bayer2020-09-021-0/+32
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-12/+10
* Add default expression to query_expression()Haoyu Sun2020-06-011-1/+30
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-8/+13
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-6/+6
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-0/+45
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-1/+1
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-1/+3
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-2/+2
* Fix rst for flake8-rst-docstrings-0.0.12Mike Bayer2019-11-221-1/+1
* Implement raiseload for deferred columnsMike Bayer2019-10-161-0/+240
* Enable F841Mike Bayer2019-06-201-2/+2
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-0/+71
* Ensure of_type subclass taken into account with wildcardsMike Bayer2019-01-261-0/+48
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-1/+3
* Post black reformattingMike Bayer2019-01-061-48/+52
* Run black -l 79 against all source filesMike Bayer2019-01-061-467/+827
* Apply path generation for superclasses to Load._set_path_strategy()Mike Bayer2018-11-301-2/+117
* Ensure col is not None when retrieving quick populatorsMike Bayer2017-08-231-1/+124
* Handle cache key for option that has no strategyMike Bayer2017-08-221-0/+38
* Support state expiration for with_expression(); rename deferred_expressionMike Bayer2017-06-261-4/+51
* Add ad-hoc mapped expressionsMike Bayer2017-06-191-1/+106
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-124/+136
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-0/+48
* Deprecate Mapper.order_byMike Bayer2016-04-191-12/+15
* - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-091-0/+58
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-5/+28
* - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-2/+131
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-121-5/+36
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - fix a bunch of test failuresMike Bayer2013-10-081-5/+6
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-0/+79
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-0/+486