Is your feature request related to a problem? Please describe.
When specifying an invalid value (e.g. precision, the library throws exception Precision must be a number between 1 and 36.. This does not help locating the error location.
Describe the solution you'd like
The error message for validations should contain the actual value, e.g. Precision must be a number between 1 and 36 but was 0.
See also exasol/edml-java#30
Is your feature request related to a problem? Please describe.
When specifying an invalid value (e.g. precision, the library throws exception
Precision must be a number between 1 and 36.. This does not help locating the error location.Describe the solution you'd like
The error message for validations should contain the actual value, e.g.
Precision must be a number between 1 and 36 but was 0.See also exasol/edml-java#30