Hello Jooq-Users,

I am trying to insert into a PostGresDB through Junit following the sample
code below.

dslContext.insertInto(...).values(...).

The issue is dslContext.insertInto(...) returns NULL and fails my test.
Any suggestions what i am missing here ?

I followed
https://www.jooq.org/doc/3.11/manual/sql-building/sql-statements/insert-statement/insert-values/
as the reference.

Thanks,
Ganesh

-- 
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/d/optout.

Reply via email to