Skip to content

bug: publish and operate statements in a single js #152

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

Open
saghatelian opened this issue May 19, 2025 · 0 comments
Open

bug: publish and operate statements in a single js #152

saghatelian opened this issue May 19, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@saghatelian
Copy link

If a single JS file contains a publish() statement of a view, and an operate() statement (e.g. a CREATE TABLE FUNCTION statement), the operate() statement isn't executed on RUN.

To Reproduce

  • Create a .js file that contains a publish() statement and an operate() statement
  • Save and Click Run

Expected behavior

  • publish() should create a table/view, and operate() query should be executed.

Notes

  • Currently only the publish() statement is executed.
  • If I remove the publish() statement, the operate() statement works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants