mozilla / mentat

UNMAINTAINED A persistent, relational store inspired by Datomic and DataScript.
https://mozilla.github.io/mentat/
Apache License 2.0
1.65k stars 115 forks source link

Fix broken cli #752 #753

Closed maweki closed 6 years ago

maweki commented 6 years ago

Pre: Don't try to match "key" when not using sqlcipher.

This causes a runtime error, since opt_str("key") isn't recognized.

This solves #752

ncalexan commented 6 years ago

The failing check is intermittent; we should fix it but it's not related to this. Many thanks, @maweki!