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

Add support for running SQL statements from the command line with -e #3817

Closed
knz opened this issue Jan 13, 2016 · 1 comment
Closed

Add support for running SQL statements from the command line with -e #3817

knz opened this issue Jan 13, 2016 · 1 comment
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@knz
Copy link
Contributor

knz commented Jan 13, 2016

Feature request in title.

This eases automating tests from scripts.

@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) SQL labels Jan 13, 2016
@mberhault mberhault self-assigned this Jan 14, 2016
@knz knz assigned knz and unassigned mberhault Jan 26, 2016
knz added a commit to knz/cockroach that referenced this issue Jan 26, 2016
With this patch the user can use "sql -e ..." to execute statements,
print their results and exit, without an interactive prompt.

Fixes cockroachdb#3817
@knz knz added the docs-todo label Jan 26, 2016
knz added a commit to knz/cockroach that referenced this issue Jan 26, 2016
With this patch the user can use "sql -e ..." to execute statements,
print their results and exit, without an interactive prompt.

Fixes cockroachdb#3817
knz added a commit to knz/cockroach that referenced this issue Jan 26, 2016
With this patch the user can use "sql -e ..." to execute statements,
print their results and exit, without an interactive prompt.

Fixes cockroachdb#3817
knz added a commit to knz/cockroach that referenced this issue Jan 27, 2016
With this patch the user can use "sql -e ..." to execute statements,
print their results and exit, without an interactive prompt.

Fixes cockroachdb#3817
@knz knz closed this as completed in #3979 Jan 27, 2016
@knz
Copy link
Contributor Author

knz commented Jan 29, 2016

Used as stop-gap for #4036

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

3 participants