•  
      request #9676 XML xsd:int only deals with 32bits int
    Infos
    #9676
    Yannis ROSSETTO (rossettoy)
    2016-12-01 16:14
    2016-11-24 10:20
    9951
    Details
    XML xsd:int only deals with 32bits int
    While importing some content that is over 2GB, the filesize value is makred as incorrect because its value is more than 2147483647.

    This is due to xsd:int type limitation: http://books.xmlschemata.org/relaxng/ch19-77175.html
    To fix this, we have to use the xsd:long type: http://books.xmlschemata.org/relaxng/ch19-77199.html
    Import | Export
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Yannis ROSSETTO (rossettoy)
    Closed
    2016-12-01
    Attachments
    Empty
    References
    Referencing request #9676
    Referenced by request #9676

    Artifact Tracker v5

    rel #9570 9.2

    Follow-ups