Re: [Hibernate-devel] database native keys

2002-03-07 Thread Gavin_King/Cirrus%CIRRUS
That all looks really good, chris. (There was one tiny problem where the insert string was wrong for a table with no other columns but thats a far-from-typical case.) I have a question: If, in a single transaction, I delete a row of a table and then insert a new row, is it likely that the inse

Re: [Hibernate-devel] database native keys

2002-03-07 Thread Christoph Sturm
Ok, I have now checked in the database native keygeneration. It should work for MySQL and mssql/sybase. To use it just use I hope all works ok. regards chris Gavin_King/[EMAIL PROTECTED] wrote: ok, then its not possible. I will add a check that the native idgenerator is not used for a co