[Helma-user] Support for PostgreSQL sequences

Hannes Wallnoefer hannesw at gmail.com
Tue Aug 8 11:21:02 CEST 2006


2006/8/8, Julian Tree <julian.tree at gmail.com>:
>
> Since postgresql is already managing the incrementing of the id, there
> is really no need to put the id in the INSERT statement.

Nope, automatic ID generation is not going to work with Helma. We do
not support this with any db, neither MySQL nor Oracle. You'll simply
have to define the primary key as integer column, and than let Helma
get the id via nextval(). Sorry for not seeing this right away.

> > What is the class name of the JDBC driver you're using? Are you using
> > the latest Helma 1.5 CVS snapshot?

Could you still answere these two questions, please?

hannes


More information about the Helma-user mailing list