Changes between Initial Version and Version 1 of Ticket #34852
- Timestamp:
- Sep 19, 2023, 10:17:11 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34852 – Description
initial v1 1 When running unit tests, the internal testing of a db for using transactions breaks when using MySQL Cluster server v8.0.28 because itrequires a primary key for tables, and this line in https://github.com/django/django/blob/main/django/db/backends/base/features.py breaks it :1 When running unit tests, the internal testing of a db for using transactions breaks when using MySQL Cluster server v8.0.28 because that db version requires a primary key for tables, and this line in https://github.com/django/django/blob/main/django/db/backends/base/features.py breaks it : 2 2 3 3