--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/X6-fQIHI_r4J.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
Hi,
Why not use BIGINT? It's a java.lang.Long, as required by the JDBC
Spec (not BigInteger). See also
http://h2database.com/html/datatypes.html#bigint_type
http://docs.oracle.com/javase/1.4.2/docs/guide/jdbc/getstart/mapping.html
Regards,
Thomas
On Mon, May 21, 2012 at 4:37 PM, Patrice <patrice.h...@gmail.com> wrote:
> Hi,
>
> I need a column with an integer unsigned on 4 bytes but in H2 this is
> signed. So when I want to put the value 4278190080 (FF000000H) I have this
> message : Numeric value out of range: "4278190080".
> How to put this value ? I prefer don't use BigInt.
>
> Thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/h2-database/-/X6-fQIHI_r4J.
> To post to this group, send email to h2-da...@googlegroups.com.
> To unsubscribe from this group, send email to
--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.