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

New .sql files created while open in interactive mode cannot be run (prepared statement not found) #901

Closed
e-gineer opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@e-gineer
Copy link
Contributor

Welcome to Steampipe v0.9.0-dev.1
For more information, type .help
> -- directory has a file test.sql in it
> query.test
+-------------------------------------------------------------------+--------+-----------------------------------------+--------------+
| resource                                                          | status | reason                                  | account_id   |
+-------------------------------------------------------------------+--------+-----------------------------------------+--------------+
| arn:aws:iam::934217203932:user/turbot/account/federated/ad_nathan | alarm  | ad_nathan has 2 active access keys..... | 934217203932 |
+-------------------------------------------------------------------+--------+-----------------------------------------+--------------+
> -- create a new file called crap.sql in another window
> query.crap
Error: prepared statement "local_crap_qaec4" does not exist
> -- autocomplete worked ... but query doesn't run :-(
> 

/tmp/bar $ 
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