OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Update data dictionary code to handle supplemental metadata #92

Closed smalers closed 4 years ago

smalers commented 4 years ago

The code that creates a database data dictionary needs to be updated to handle supplemental data for database software that does not have all metadata. For example SQLite does not contain table and column descriptions.

smalers commented 4 years ago

I updated DataDictionary to have the functionality. Close the issue.