Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add AsyncAttrs | Mike Bayer | 2023-05-08 | 1 | -2/+5 |
| | | | | | | | | | | Added a new helper mixin :class:`_asyncio.AsyncAttrs` that seeks to improve the use of lazy-loader and other expired or deferred ORM attributes with asyncio, providing a simple attribute accessor that provides an ``await`` interface to any ORM attribute, whether or not it needs to emit SQL. Change-Id: I1427b288dc28319c854372643066c491b9ee8dc0 References: #9731 | ||||
* | update asyncio examples and add notes about writeonly | Mike Bayer | 2023-02-05 | 1 | -0/+102 |
Change-Id: I1233eb1a860b915fb265ec8bf177f1a0471cdbd1 |