Most of the functions on the database object were mistakenly calling for [v(database)] when they were already on the database object (and that attribute is never defined). Removed the references to that attribute and the calls worked fine.
Took some code from Rockpath for a status command that somehow didn't make it into the repo (although the function to support it did).
Most of the functions on the database object were mistakenly calling for
[v(database)]
when they were already on the database object (and that attribute is never defined). Removed the references to that attribute and the calls worked fine.Took some code from Rockpath for a status command that somehow didn't make it into the repo (although the function to support it did).
Updated the code to work with the
@tag
system.Fixes #192