-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the JDBC importer is used to import a schema from an existing VDB integer types will be converted into biginterger types. This error is similar to Bug 1026892 except no exception is raised
Version-Release number of selected component (if applicable):
Actual results:
Imported schema has changed integer data type to biginteger data type.
Expected results:
Imported schema will be identical to original schema.
Additional info:
Imported schema is so long as the JPA entity reflects the biginteger type. This is problematic because now two separate JPA entities are needed, one for the original schema and another for the imported schema.
- is related to
-
TEIIDDES-2554 Import of REST service with columns set to 'integer' type results in "Expected biginteger, but was integer."
- Closed