lmu-bioinformatics / xmlpipedb

XMLPipeDB is a suite of tools for building relational databases from XML sources with minimal manual processing of the data. While the applicability is general, our motivation was to facilitate the management of biological data from different sources.
http://xmlpipedb.cs.lmu.edu
GNU Lesser General Public License v3.0
10 stars 1 forks source link

dateTimeStamp not supported #52

Open redbulll9 opened 5 years ago

redbulll9 commented 5 years ago

Hi,

Is there no support for dateTimeStamp data type in this repository? image

This is the error message that i am getting

dondi commented 5 years ago

True, support may be missing for certain data types. The underlying library that we used for the initial XSD-to-database conversion, HyperJAXB2, is responsible for the initial conversion of the XSD into a schema and might not have had inherent support for dateTimeStamp.

The primary XSD/DTDs that we have worked with—UniProt and GO—do not include dateTimeStamp in their schemas and thus our knowledge of HyperJAXB2’s scope centers primarily on how it handles the UniProt and GO schemas. (which, for our purposes, have been sufficient)

It would indeed be disappointing if HyperJAXB2 did not support dateTimeStamp natively, but unfortunately that is a question for that project rather than this one.