I saw blog post<http://blog.jooq.org/2014/01/08/lesser-known-sql-features-default-values/>saying that jOOQ supports defaultValues() for an entire record when doing an insert. But what if a single value should be DEFAULT? Does jOOQ support the DEFAULT keyword?
See e.g. a FAQ on PostgreSQL sequences<http://www.neilconway.org/docs/sequences/> . -- 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.
