This releases introduces some updates that slightly change the acsql
database schema, namely:
- Column names that had hyphens in them have been changed to underscores as to simplify queries through
python
andsqlalchemy
. - Precision for
float
datatypes has been increased. Now values for columns such asexpstart
will contain the full precision as found in the headers. - The
path
column in themaster
table now only stores the path to therootname
within the filesystem, not an absolute path. This helps to avoid exposing internal directory structure in the database.