Hi,

Adding a star is not so easy as it's not a parsing error, but an execution
error. But maybe at least some more data could be added. Could you provide
the stack trace?

Regards,
Thomas


On Fri, Sep 5, 2014 at 4:07 AM, Gili <[email protected]> wrote:

> Hi,
>
> I'd like to propose improving the following error message:
>
> org.h2.jdbc.JdbcSQLException: Numeric value out of range: "-2147483606";
> SQL statement:
> INSERT INTO department (name, company_id, owner_id, view_id, edit_id,
> delete_id, version,
> last_modified)
> VALUES ('Gaming', @company_id, @admin_id, @department_view_id,
> @department_edit_id,
> @department_delete_id, 0, NOW()) -- ('Gaming', @COMPANY_ID, @ADMIN_ID,
> @DEPARTMENT_VIEW_ID, @DEPARTMENT_EDIT_ID, @DEPARTMENT_DELETE_ID, 0, NOW())
> [22003-176]
>
> The problem is I have no idea which of the aforementioned values are out
> of range. I suggest marking the offending column or value with a star, as
> you have done for other errors.
>
> Gili
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to