|
3638 | 3638 | Fix the behaviour of DTOs such that they will no longer access fields that have
|
3639 | 3639 | been included. This behaviour would previously cause issues when these
|
3640 | 3640 | attributes were either costly or impossible to access (e.g. lazy loaded
|
3641 |
| - relationships of a SQLAlchemy model). |
| 3641 | + relationships of an SQLAlchemy model). |
3642 | 3642 |
|
3643 | 3643 | .. change:: DTO | Regression: ``DTOData.create_instance`` ignores renaming
|
3644 | 3644 | :type: bugfix
|
|
4176 | 4176 | :type: feature
|
4177 | 4177 | :pr: 1852
|
4178 | 4178 |
|
4179 |
| - Replace the nondescript :exc:`KeyError` raised when a SQLAlchemy DTO is |
| 4179 | + Replace the nondescript :exc:`KeyError` raised when an SQLAlchemy DTO is |
4180 | 4180 | constructed from a model that is missing a type annotation for an included
|
4181 | 4181 | column with an :exc:`ImproperlyConfiguredException`, including an explicit error
|
4182 | 4182 | message, pointing at the potential cause.
|
|
5126 | 5126 | SQLAlchemy 1 support has been dropped.
|
5127 | 5127 |
|
5128 | 5128 | .. note::
|
5129 |
| - If you rely on SQLAlchemy 1, you can stick to Starlite *1.51* for now. In the future, a SQLAlchemy 1 plugin |
| 5129 | + If you rely on SQLAlchemy 1, you can stick to Starlite *1.51* for now. In the future, an SQLAlchemy 1 plugin |
5130 | 5130 | may be released as a standalone package.
|
5131 | 5131 |
|
5132 | 5132 | .. change:: Fix inconsistent parsing of unix timestamp between Pydantic and cattrs
|
|
5442 | 5442 |
|
5443 | 5443 | Add a a ``repository`` module to ``contrib``, providing abstract base classes
|
5444 | 5444 | to implement the repository pattern. Also added was the ``contrib.repository.sqlalchemy``
|
5445 |
| - module, implementing a SQLAlchemy repository, offering hand-tuned abstractions |
| 5445 | + module, implementing an SQLAlchemy repository, offering hand-tuned abstractions |
5446 | 5446 | over commonly used tasks, such as handling of object sessions, inserting,
|
5447 | 5447 | updating and upserting individual models or collections.
|
5448 | 5448 |
|
|
0 commit comments