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

Allow multi-line query in Console scripts #190

Open
jamesreprise opened this issue Nov 24, 2022 · 0 comments
Open

Allow multi-line query in Console scripts #190

jamesreprise opened this issue Nov 24, 2022 · 0 comments

Comments

@jamesreprise
Copy link
Contributor

jamesreprise commented Nov 24, 2022

Problem to Solve

Currently, we don't allow multi-line query in console scripts. From https://docs.vaticle.com/docs/console/console#non-interactive-mode:

Each line in the script is interpreted as one command, so multiline query is not available in this mode.

Current Workarounds

  • Move all multi-line queries to a single line.
  • Call source <file> within your script.

Proposed Solution

Allow for multi-line queries.

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

No branches or pull requests

1 participant