lanl / dsi

LANL Data Science Infrastructure Project
https://lanl.github.io/dsi
5 stars 3 forks source link

SQLite column names can not include "-" character #86

Closed qwofford closed 2 months ago

qwofford commented 8 months ago

Minor bug fix. Sqlite column names can't use the "-" character. Replace them with "_minus_"