Conversation
… column #2136 - rawSql names sheets by the SQL query text instead of static "query" - iterload_query detects column types (int/float) from first result row - new edit-sql command edits current query in place and reloads - query column on SheetsSheet shows/edits query with auto-reload Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
I tried the suggested tests. One issue encountered: I tried running I guess if the sheet was a view it might be useful to allow me to edit the view query, and update the database, but I think that might be for another feature request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
exec-sqlnow names sheets by the SQL query text instead of static "query"edit-sqlcommand: edit the current sheet's query in place and reloadAddresses all items from #2136.
@frosencrantz — would you mind trying this out and letting us know if it covers your workflow?
Test plan
exec-sqlwith different queries — each sheet gets a unique nameedit-sql— input pre-fills with current query, edits in place and reloadsS) —querycolumn shows the SQL for query sheets🤖 Generated with Claude Code