ES Version: 2008.1.623.0 (LoaderMT)
Database: Oracle 10g (10.2.0.3)
MyGeneration: 1.2.0.7
I cannot get EntitySpaces to insert a primary key value based on a sequence. I get: ORA-01400: cannot insert NULL into ("MySCHEMA"."MyTABLE"."MyID")
I have set the AUTOKEY metadata in MyGeneration but this doesn't help. I also tried to generate Oracle Procedures from MyGeneration to see if the insert procedure used the sequence, but it doesnt.
When I use MyGeneration and 2007.0.730.0 the procedures have the correct insert procedure (using a sequence).
Does ES 2008 look at the AUTOKEY attribute from MyGeneration?
Regards,
Andrew