You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @kud,
The input panel already shows the last query. I tried to implement query history list using ST3 API, but it seems that my hack doesn't work as expected. So I am not sure if query history could be supported at all in a user-friendly way. When I have more time I will try to look at this again.
BTW you can use ~/.rbql_init_source.js file to define some commonly used functions e.g.
function dot_int(src_str) {
return parseInt(src_str.split(".").join(""));
}
You will be able to use it in your queries like this:
Hello,
It could be great to habe a way to save some requests like
SELECT a1, a2 ORDER BY parseInt(a2), parseInt(a1.split(".").join(""))
:)
The text was updated successfully, but these errors were encountered: