Changes between Initial Version and Version 1 of Ticket #35761
- Timestamp:
- Sep 13, 2024, 10:22:38 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35761 – Description
initial v1 61 61 }}} 62 62 63 Swapping the order of 3 and 4 does not seem to make a difference here, theygenerate the following SQL for mysql:63 operations 3+4 generate the following SQL for mysql: 64 64 65 65 {{{ … … 78 78 }}} 79 79 80 I would have assumed this would be possible this usecase would have been possible to achieve with the ORM, but I might be wrong..? 80 Swapping their order does not seem to fix the issue. 81 82 There are no other indexes or anything else set up on this table. 83 84 I was hoping that removing `primary_key=True` was a usecase covered by the ORM,.