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

Add a preferences option to set a static/dynamic directory to save the sessions into #1147

Open
alfawal opened this issue May 11, 2023 · 0 comments
Labels
feature request New issue opened using "Feature request" template

Comments

@alfawal
Copy link

alfawal commented May 11, 2023

Is your feature request related to a problem? Please describe.
If you have an SQL session opened and you press Ctrl + S to save it, it saves it directly into the opened project root.

Describe the solution you'd like
Have a settings option where I can set a static directory to save the sessions into
e.g. ~/Documents/sql_sessions

Or a dynamic one with dynamic values option
e.g. set the settings option to "~/Documents/sql_sessions/$day-$month-$year/$connection_type/$connection_name"
where it would be mentioned in the settings and the docs that there are supported dynamics etc.

and I would love to see the same thing implemented for naming the .session.sql files with another settings option!

Describe alternatives you've considered
Adding *.session.sql to the project's .gitignore

@alfawal alfawal added the feature request New issue opened using "Feature request" template label May 11, 2023
@alfawal alfawal changed the title Add preference option to set a static/dynamic directory to save .session.sql into Add a preferences option to set a static/dynamic directory to save the sessions into May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

1 participant