Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4822

Allow Variant::parse() to return values that won't fit in int64_t but will fit in uint64_t as VAR_UINT64

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.23
    • C++ Broker, C++ Client
    • None

    Description

      Current the only types that parse will return are VAR_STRING, VAR_BOOL, VAR_INT64, VAR_DOUBLE. It would be useful (for testing if nothing else) to also return VAR_UINT64 if the value is too large for VAR_INT64 but small enough to fit in VAR_UINT64.

      Attachments

        Activity

          People

            astitcher Andrew Stitcher
            astitcher Andrew Stitcher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: