Comment #5 on issue 156 by
maz...@gmail.com: epmem -- close is no longer
implemented
http://code.google.com/p/soar/issues/detail?id=156
Yes, it did happen in Jan 2013 when we changed the schema around. It may
be related to how we handled changes to the memory/file/append settings and
how the database was initialized. It may be that we thought the proper way
for a user to close the database file and leave epmem in a valid state was
to switch to memory mode or to turn off epmem. I'll check it out. If
that's the case, we could always add the old command back and have it do
one of those two things.
btw, if you're looking for that command because you're debugging a crash
and want to insure all data gets flushed, maybe it makes more sense to add
the previous close command as a debug command instead and not make it
visible to the typical user.
Note that there is a re-init command that will first close the database and
then re-open it. This could be a workaround for now. Just make sure the
append database setting is on, otherwise it will empty the tables when it
re-opens them.