Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Set min and max values not required for int values #116

Open
wwoytenko opened this issue May 14, 2024 · 0 comments
Open

feat: Set min and max values not required for int values #116

wwoytenko opened this issue May 14, 2024 · 0 comments
Assignees
Labels

Comments

@wwoytenko
Copy link
Contributor

Unset the required flag on min and max params so users can generate values in the min and max limit of type.

For instance

        - name: "RandomInt"
          params:
            column: "id"
            min: 1

In that case, if column id is int4 then the min value is 1 and the max value will be 2,147,483,647

@wwoytenko wwoytenko added this to the v0.2beta milestone May 14, 2024
@wwoytenko wwoytenko self-assigned this May 14, 2024
@wwoytenko wwoytenko mentioned this issue May 15, 2024
9 tasks
@wwoytenko wwoytenko moved this to Open in Engineering May 15, 2024
@wwoytenko wwoytenko removed this from the v0.2beta milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Open
Development

No branches or pull requests

1 participant