jokedst / CsvQuery

Plugin for Notepad++ that treats CSV files as (read only) SQL tables
153 stars 28 forks source link

feature request: add option to not reset the sql query on action "Read file" #29

Closed jeroenwalter closed 2 years ago

jeroenwalter commented 2 years ago

My use case is that I often need to reload a file or load a new file with the same kind of contents. I need to use the same sql query on these files. When I press "Read File", the sql query is reset to "SELECT * FROM THIS" And I have to set it back to the query I need to use. I would like an option that disables the reset of the query, either via an option in the Settings dialog, or via a checkbox next to the "Read File" button.

jokedst commented 2 years ago

That makes sense. If you just refresh a file that's already loaded, it should just re-run the same query. I'll see what I can do.