DB Output table and default values

Hi,

I am not sure it has directly to do with Clover, but here is my problem : I have a table with fields that have a default value of nextval(‘my_sequence’)

In DBOutputTable, I don’t map this field, but the database complains that my field should not be null… Default value is not taken into account by the database (pg8.2)…

Does anyone have a hint on this ?

Franck

I have found the problem, it was on my side… Sorry for the noise.

Franck