Hi
I use OJB with postgres.
When using postgres without Ojb, I use TimeStamp, by creating some table
field, non nullable and TimeStamp.
Like that every time we enter data, a timeStamp is created in this field.
But with Ojb I get an error telling me that I am trying to create a
record with a null value in a non nullable field.
Caused by: org.postgresql.util.PSQLException: ERROR : null value in
column "created" violates not-null constraint.
How can I solve this issue ?
Best regards
Andre Legendre
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]