Path to this page:
Subject: CVS commit: pkgsrc/databases/py-tortoise-orm
From: Adam Ciarcinski
Date: 2025-01-23 17:39:37
Message id: 20250123163938.02D62FBE0@cvs.NetBSD.org
Log Message:
py-tortoise-orm: updated to 0.24.0
0.24.0
Fixed
- Rename pypika to pypika_tortoise for fixing package name conflict
- Concurrent connection pool initialization
- `_get_dialects`: support properties
Changed
- Drop support for Python3.8
- Optimize field conversion to database format to speed up `create` and `bulk_create`
- Improved query performance by optimizing SQL generation
0.23.0
Added
- Implement savepoints for transactions
- Added type validation for foreign key fields to ensure type safety. Now raises \
`ValidationError` when assigning foreign key values with incorrect model types
Fixed
- Fixed a deadlock in three level nested transactions
- Fix backward_relations in PydanticMeta
Files: