postgresql « JDBC « JPA Q&A





1. Hibernate is rounding my double?    stackoverflow.com

I've got a double which I'm trying to save to a postgres numeric column. The value I'm trying to save is 151.33160591125488, and I've verified that this is in fact the argument ...

2. postgresql seqhilo jdbc exception    forum.hibernate.org

Beginner Joined: Thu Jun 23, 2005 4:11 pm Posts: 24 I've recently switched from an increment generator to a seqhilo using postgresql sequences. One session in hibernate and only hibernate is creating objects with the ids generated. It seems as though when hibernate reaches the increment value (10000) and fetches the next sequence value it throws a jdbc exception and I'm ...