EmmanuelOga / hypergraphdb

Automatically exported from code.google.com/p/hypergraphdb
1 stars 0 forks source link

Test change of Record types #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The unit test hgtest.types.ChangingRecordTypes is empty. We need to test how 
Record types can be changed. The various cases are:

1) Adding a field
2) Removing a field
3) Renaming a field

This should be tested both with plain RecordTypes (not Java beans) and with 
Java beans as they are mapped to RecordTypes. I just remember changing Java 
beans classes and migrating the existing data is doable, but not trivial from 
an API standpoint, so maybe there's something to be done in the JavaTypeSchema 
API for that.

Original issue reported on code.google.com by borislav...@gmail.com on 24 Jun 2012 at 3:51