Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRAGMA LIST not updating after PRAGMA COPY #69

Open
ashwinswy opened this issue Oct 11, 2018 · 1 comment
Open

PRAGMA LIST not updating after PRAGMA COPY #69

ashwinswy opened this issue Oct 11, 2018 · 1 comment

Comments

@ashwinswy
Copy link
Contributor

PRAGMA LIST response is not updating after creating a new actor as a copy of an existing one. However, I'm still able to access the new actor and execute queries on the same.

Steps to reproduce the issue:

actor type(new_actor) create
pragma copy=old_actor
c

Response

*********
status  |                                                                                                                                                                             
---------
ok      |
---------
actor type(*)
pragma list

Response

***********
actor     |
-----------
old_actor |
-----------
@SergejJurecko
Copy link
Contributor

Well that is definitely a bug. Will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants