Florian Leitner
Florian Leitner
Confirmed. Sadly that means something in SQLAlchemy has changed sufficiently to break backwards compatibility. As I don't have enough time to spend on fixing that level of detail, I guess...
If it helps, for anyone looking into this, I just tried the various SQLAlchemy versions, including 0.8 that was around when I developed this tool, and none of them fixes...
Well, as I tried building medic in environment with all SQLAlchemy versions back to 0.8, and no-one works, I have my doubts that is a SQLAlchemy problem at all. Because...
BTW, if I'm correct, medic still should work with PostrgreSQL.
Given that this DB is used only in "write-once and append" mode, this isn't a terribly big problem. However, adding the `foreign()` annotation to the various `pmid` columns in the...