Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #44857 Column not appearing in XTS result
    Infos
    #44857
    Martin GOYOT (goyotm)
    2025-09-29 10:02
    2025-09-22 09:32
    46621
    Details
    Column not appearing in XTS result

    When using this query:

        SELECT @pretty_title, @status, @last_update_date , foovar, @submitted_by, start_date
        FROM @project = 'self'
        WHERE @status = OPEN()
        ORDER BY @last_update_date DESC
    

    The column foovar is not shown in the results as can be seen in this screenshot:

    Column foovar is a date.

    Cross tracker search
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2025-09-26
    Attachments
    References
    Referenced by request #44857

    Follow-ups