Skip to content

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

Closed
@saghatelian

Description

@saghatelian

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions