Skip to content

No support for UHUGEINT (u128) in FromSql trait #273

@nmlt

Description

@nmlt

It seems like support for u128 was forgotten, as u64 and i128 are supported. Is the fix as easy as adding from_sql_integral!(u128); to this file?

Edit: It's also missing for the ToSql trait.

I fixed it by following the compiler advice, but now I'll first check whether it actually works in my project. Then I'll submit a pull request.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions