We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
I noticed myself downloading files, changing variables, then downloading more and needing to manually change the filename.
Curious if we could update this https://github.com/ankane/blazer/blob/master/app/controllers/blazer/queries_controller.rb#L265 to include variable names and values?
As far as I can tell there is no map of vars to values, they're gsub'ed to create the statement within process_vars
vars
process_vars
Keeping track of the values in there might add some overhead you don't want, but seems like a nice-to-have.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I noticed myself downloading files, changing variables, then downloading more and needing to manually change the filename.
Curious if we could update this https://github.com/ankane/blazer/blob/master/app/controllers/blazer/queries_controller.rb#L265 to include variable names and values?
As far as I can tell there is no map of
vars
to values, they're gsub'ed to create the statement withinprocess_vars
Keeping track of the values in there might add some overhead you don't want, but seems like a nice-to-have.
The text was updated successfully, but these errors were encountered: