Ris-work: add download facility to download the textbox contents as an SQL snippet#31
Open
ris-work wants to merge 4 commits intonalgeon:mainfrom
Open
Ris-work: add download facility to download the textbox contents as an SQL snippet#31ris-work wants to merge 4 commits intonalgeon:mainfrom
ris-work wants to merge 4 commits intonalgeon:mainfrom
Conversation
sqlime-editor: prevent spelling and grammar checks, especially the annoying one on MS Edge default configuration which can cause double blue lines to appear underneath for 'wrong grammar'.
Spellcheck should have been boolean false, not string false; strings usually automatically get cast to "true".
Contributor
Author
|
BTW the last commit also adds the whole schema to the dump (1ca25d0). I am not sure if it is appropriate for everyone, but I shared the modification which I find useful for myself for using it as a scratchpad. |
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.
Ris-work: add download contents of the editor as an SQL snippet
It would have been easier if I could download the snippet as a file for later reference. Please evaluate whether it would be useful for the others too. Some queries, even if they don't use a real database, can use this feature (for example, I just write WITH A AS (VALUES (...), (...)) SELECT (...) FROM A for the ease of reproducibility).
It creates a download with a text file with the set DB name, the ISO time (ISO 8601, but with underscores instead of colons as they are more filesystem friendly, especially on Windows NT, and shell-friendly on Unix(-like) too), and a .sql suffix (extension). It was tested on Mozilla Firefox (R), Microsoft (R) Edge on Microsoft Windows (R) NT 10.
Thank you.
Sincerely,
Rishikeshan Sulochana/Lavakumar