Upgraded to 3.10 and the code generation is creating 

    private OffsetDateTime createdOn;


This breaks everything in the front end application since it doesn't know 
how to handle OffsetDateTime.  


Added dateAsTimestamp but this effected the dates.  Just want the 
timestamps back.  Thanks in advance.


<configuration>
  <generator>
    <database>
      <dateAsTimestamp>true</dateAsTimestamp>
    </database>
  </generator></configuration>


Using PostgreSQL 9.6.2. 

-- 
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