Changes between Initial Version and Version 1 of Ticket #35761


Ignore:
Timestamp:
Sep 13, 2024, 10:22:38 AM (6 days ago)
Author:
Jonas Vacek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35761 – Description

    initial v1  
    6161}}}
    6262
    63 Swapping the order of 3 and 4 does not seem to make a difference here, they generate the following SQL for mysql:
     63operations 3+4 generate the following SQL for mysql:
    6464
    6565{{{
     
    7878}}}
    7979
    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..?
     80Swapping their order does not seem to fix the issue.
     81
     82There are no other indexes or anything else set up on this table.
     83
     84I was hoping that removing `primary_key=True` was a usecase covered by the ORM,.
Back to Top