Hi everyone!
I just joined this group in hope that my problems with Envers can be fixed.
First of all I wonder if Oracle 10g is supported?
Secondly if it is supported, then I wonder why I got the following DDL
script output from SchemaExport:
create table REVINFO (
REV NUMBER(10,0) not null,
REVTSTMP DateTime,
primary key (REV)
)
Oracle does not like the data type DateTime at all.
I tried to change REVTSTMP manually to TIMESTAMP(4) and skip the schema
generation, but then I got a different exception when running unit tests.
Best regards:
Örjan Fjällborg
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/nhusers/-/fs3ZSb6hJsAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.