You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2013/05/08 19:15:17 UTC

[jira] [Created] (QPID-4822) Allow Variant::parse() to return values that won't fit in int64_t but will fit in uint64_t as VAR_UINT64

Andrew Stitcher created QPID-4822:
-------------------------------------

             Summary: Allow Variant::parse() to return values that won't fit in int64_t but will fit in uint64_t as VAR_UINT64
                 Key: QPID-4822
                 URL: https://issues.apache.org/jira/browse/QPID-4822
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Broker, C++ Client
            Reporter: Andrew Stitcher
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org