maurer / holmes

Datalog engine with extensions for integrating analyses
MIT License
38 stars 4 forks source link

Database Reuse #11

Closed maurer closed 7 years ago

maurer commented 7 years ago

If you have used a custom type, Holmes will currently crash on reconnection to the database.

This should be reworked so that unknown types simply can't be extracted from the database rather than crashing on connection. If those types are registered with the connection later, the connection should be able to proceed as normal.

(This also implies that type registration should be idempotent.)