dy admin create table
should update the table cache
#203
Labels
dy admin create table
should update the table cache
#203
We should update the table cache after creating a table and delete the cache after deleting a table.
Due to the lack of the above update, dynein raises an unintended error when you take the following steps:
dy admin create table issue --keys pk,S
.dy use issue
.dy admin delete table --yes issue
.dy admin create table issue --keys pk,N
.dy put 1
.The above steps raise the following error message.
The final state is as follows:
To reveal the root cause, change the
~/.dynein/cache.yml
.The text was updated successfully, but these errors were encountered: