Looks like in Postgres 8.3 a timestamp column defined with default value "now()" gets this value only when the column is omitted from insert clause. Is there a way to do that in OpenJpa for a persistent field? I tried "insertable=false, updateable=false", as was recommended here but it does not work, updateable seems to have no effect, insertable triggers exception "cannot insert null..." -- View this message in context: http://n2.nabble.com/Current-timestamp-with-Postgres-tp842601p842601.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
