Closed joeflack4 closed 2 years ago
@matentzn FYI
That's very unusual
Just to be completely sure, can you report the results of this:
sqlite3 mirror/doid.db -cmd "SELECT COUNT(*) FROM statements;"
@cmungall My bad. I'm new to this PyCharm DB browser. It seems that, even after I deleted .template.db
, that is the DB that was still somehow opening up when I was double clicking doid.db
. The 0 results were consistent with nothing coming back from .entities()
(under earlier circumstances), so I felt as if the DB browser was corroborating.
It seems I'm good now.
Overview
I ran:
semsql make doid.
db, and when I examined the tables, everything except the following tables were empty:prefix
sqlite_master
I don't think these two tables are specific to the ontology either; I think they are the same for every DB I would create, based on some kind of
semsql
templating.Replicating this issue
semsql make doid.db
from unzipped directory.Log
Additional information
Version:
0.1.7
: Using this version because I'm not currently able to use the next highest version,0.2.0
. Edit: I also tried0.2.0
and this happens for that version as well.Related: Point (5) in this comment of OAK issue 90: empty db.