1. Informix returning 0 id on save forum.hibernate.orgI'm using Hibernate with an Informix database that has a parent table for the id values and a child text table. When inserting into the parent table the generated ID being returned by session.save() is always zero, even though the table does not allow zero and the actual generated id being inserted into the table is greater than zero. Because of ... | |
2. informix id generation forum.hibernate.orgHello, All. I'm having problem with using Informix DB version 7.3, trying to generate sequence. I use "native" as generator and put unsaved-value="0". In Informix, to generate the ID we have to do INSERT INTO
|