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

Conflict on integer min value between documentation and ServiceStudio #338

Open
thekingofspain opened this issue May 12, 2023 · 0 comments

Comments

@thekingofspain
Copy link
Contributor

Not exactly sure what needs to corrected but here is the issue:

The page:
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/data_types/available_data_types/

Reports that minimum integer value is -2147483648.

Issue: ServiceStudio does not allow an attribute on at least a static entity to be set to an integer value of -2147483648 against a Oracle database. Entering a value of -2147483647 is accepted.

image
image
image

image

On the database documentation: https://success.outsystems.com/documentation/11/reference/outsystems_language/data/database_reference/database_data_types/
Reports that Oracle uses a Number(10)

Thus I would expect the constraint for the minimum value to be the greater of the two minimum values (outsystems & oracle).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant