Hi,

Just started playing with Jooq, looks really good!.

One question though, I'm trying to insert a movieRecord to table with id 
(autogenerated) using DSLContext().executeInsert(). 
But it throws exception "Caused by: org.postgresql.util.PSQLException: 
ERROR: null value in column "id" violates not-null constraint"

But if I attach configuration to movieRecord and fire movieRecord.store() 
it works.

Any reason why executeInsert() behaves differently?

DB : Postgresql 9.3
Jooq 3.2.0.

Thanks
Aym

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to