Infos
    #40079
    Damien Bunlet (damien.bunlet)
    2024-12-04 15:52
    2024-10-16 16:28
    41767
    Details
    SQL Error

    With the last Docker build, I have this following SQL error :

    2024-10-16T14:26:45.082192371Z [error] SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rank)
    2024-10-16T14:26:45.082339643Z                 SELECT curr.id, succ.id, curr.rank - 1 AS rank
    2024-10-16T14:26:45.082390632Z            ' at line 1
    

    Tuleap Community Edition - Dev Build 16.0.99.1729072600

    Empty
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Declined
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    Doing a quick rg in the sources shows that this corresponds to migration bucket that dates back from 2012. They are not expected to be run under normal run (and indeed, the syntax is not compatible with modern MySQL versions).

    It's likely that the installation procedure was not properly applied. Could you share more details about what (and how) you are trying to do ?


    • Status changed from New to Waiting for information
    • Reported in version cleared values: development