Skip to content

Failure of "maximum unsigned values" test under Dart 2 #13

Open
@kaetemi

Description

@kaetemi

The large "ubigint" value fails under Dart 2 (even when removing the "expect" test line - the query result value causes a failure) due to an issue parsing the unsigned 64bit value to an int. Dart int is a signed 64bit value.

I'm not sure if there's a clean way to cope with an unsigned 64bit value. BigInt may be a solution, but adds some complexity.

Activity

tejainece

tejainece commented on Jul 25, 2018

@tejainece
Contributor

BigInt is the only viable solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Failure of "maximum unsigned values" test under Dart 2 · Issue #13 · dart-db/sqljocky5