summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* disable all raiseload within the unit of work process.Mike Bayer2021-02-282-2/+13
* Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* Allow update.returing() to work with from_statement()Mike Bayer2021-02-143-5/+39
* Further refine labeling for renamed columnsMike Bayer2021-02-127-9/+9
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-114-27/+78
* orm/session.py - comment grammar fixMaciej Brencz2021-02-041-1/+1
* fix gc related race in weakdict popitemMike Bayer2021-02-031-2/+7
* Improve noload documentationFederico Caselli2021-02-021-0/+8
* don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-023-7/+7
* reorganize mapper compile/teardown under registryMike Bayer2021-02-017-158/+389
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-267-18/+18
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-247-18/+18
* | Merge "Replace with_labels() and apply_labels() in ORM/Core"mike bayer2021-01-267-29/+73
|\ \
| * | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-267-29/+73
* | | Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-21/+110
|/ /
* | Remove errant assertion from unit of workMike Bayer2021-01-241-1/+0
|/
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-3/+9
* update execute() arg formats in modules and testsMike Bayer2021-01-151-0/+1
* happy new yearMike Bayer2021-01-0432-32/+32
* implement sessionmaker.begin(), scalar() for async sessionMike Bayer2020-12-261-4/+9
* Add ORMExecuteState mapper accessorsMike Bayer2020-12-231-0/+65
* Merge "Allow Declarative to extract class attr from field"mike bayer2020-12-192-14/+25
|\
| * Allow Declarative to extract class attr from fieldMike Bayer2020-12-192-14/+25
* | Repair and cover adaption call w/ ORM having()esoh2020-12-191-1/+1
|/
* lambda refactor post-production fixesMike Bayer2020-12-171-1/+1
* Major revisals to lambdasMike Bayer2020-12-162-15/+43
* Check explicitly for mapped class as secondaryMike Bayer2020-12-152-12/+46
* Use .expression accessor for hybrid exampleMike Bayer2020-12-151-0/+8
* Merge "Fixes for lambda expressions and relationship loaders"mike bayer2020-12-123-7/+10
|\
| * Fixes for lambda expressions and relationship loadersMike Bayer2020-12-113-7/+10
* | Merge "Send deterministic ordering into unit of work topological"mike bayer2020-12-123-8/+29
|\ \ | |/ |/|
| * Send deterministic ordering into unit of work topologicalMike Bayer2020-12-113-8/+29
* | Revise attribute refresh for with_loader_criteria, relatedMike Bayer2020-12-113-12/+75
* | Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-1/+3
* | Pass through plain selectable to .alias()Mike Bayer2020-12-071-3/+6
* | Fix documentation link in query with_for_updateFederico Caselli2020-12-021-1/+1
* | modernize contains_eager() docsMike Bayer2020-12-021-33/+11
* | Pass along other keyword args in _EventsHold.populateMike Bayer2020-12-011-3/+15
|/
* Typo in sessionmaker example: s/wih/withBrendan McCollam2020-11-261-1/+1
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+4
* Ensure the "orm" plugin is used unconditionally for bundlesMike Bayer2020-11-163-11/+42
* Some small improvements on the tutorial 2.0 documentsFederico Caselli2020-11-132-2/+20
* Convert to autoload_with internallyMike Bayer2020-11-071-0/+4
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-314-89/+31
* Merge "Apply underscore naming to several more operators"mike bayer2020-10-301-2/+2
|\
| * Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* | rename "bulk" UPDATE and DELETE to not use the word "bulk"Mike Bayer2020-10-292-13/+17
* | Clarify bulk operations caveatsMike Bayer2020-10-291-9/+12
* | Implement PropComparator.and_() for remaining optionsMike Bayer2020-10-291-16/+55
|/
* added docstring about expire_on_commit for #5243jonathan vanasco2020-10-261-1/+8