Closed xrotwang closed 4 years ago
Tables without explicit dc:conformsTo property will make SQLite conversion fail.
dc:conformsTo
Dataset.add_table should add t.common_props['dc:conformsTo'] = None by default, and Database.__init__ should be able to deal with get_tabletype raising ValueError.
Dataset.add_table
t.common_props['dc:conformsTo'] = None
Database.__init__
get_tabletype
ValueError
Tables without explicit
dc:conformsTo
property will make SQLite conversion fail.Dataset.add_table
should addt.common_props['dc:conformsTo'] = None
by default, andDatabase.__init__
should be able to deal withget_tabletype
raisingValueError
.