Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-1674

Mishandling negative xsd:floats in TDB2

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Jena 3.10.0
    • Jena 3.11.0
    • TDB2
    • None

    Description

      Reported on users@:
      https://lists.apache.org/thread.html/063ad1651c559752080001c7faa40d24d0bf29d78636f3a3e222c1ab@%3Cusers.jena.apache.org%3E

      Example:

          public static void main(String[] args) {
              Location loc = Location.mem();
              DatasetGraph dsg = DatabaseMgr.connectDatasetGraph(loc);
              Txn.execute(dsg, ()->dsg.add(SSE.parseQuad("(_ :s :p '-1'^^xsd:float)")));
              Txn.execute(dsg, ()->RDFDataMgr.write(System.out, dsg, Lang.NQ));
          }
      

      Attachments

        Issue Links

          Activity

            People

              andy Andy Seaborne
              andy Andy Seaborne
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h