Switching to Schema deletes WIP query
See original GitHub issueI was working on a little test query and wanted to check something in the Schema. Switching between the tabs deletes the in-progress query, meaning I have to start over.
Could be considered obsolete once introspection is supported, which would allow usage of the Docs
panel.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Switching to a Different Schema
The following statement sets the schema of the current session to the schema name specified in the statement. ALTER SESSION SET CURRENT_SCHEMA =...
Read more >Support querying across multiple schemas #1122 - GitHub
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple...
Read more >ALTER SCHEMA (Transact-SQL) - SQL Server - Microsoft Learn
ALTER SCHEMA can only be used to move securables between schemas in the same database. To change or drop a securable within a...
Read more >dbt Guide - GitLab
The larger a warehouse is and the longer it runs, the more the query costs. ... Local development was also switched from custom...
Read more >Database schema (Round 8) - wip - Software Development
If we don't want then then it's easy to delete and make the changes following. Following are the tables from the latest Database...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok got it. yeah then we could think about removing it in the future. For now it’s still helpful as you can e.g. copy paste the schema into postman
Fixed 👍