Ris-work: add download facility to download the textbox contents as an SQL snippet #31
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