Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

InRangeValidation dose not show the min and max number when error occured #69

@soseki-angfa

Description

@soseki-angfa

Hello there,

I set following to define schema.

schema = Schema([
Column("code",   [InRangeValidation(0, 999999999999999)],allow_empty=True)
])

Then, I get following error message.

{row: 0, column: "code"}: "999999999999999999999" was not in the range [{}, {})

Do you have any suggestion for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions