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: [email protected]
For additional commands, e-mail: [email protected]