Feature request:: searchable query history

[expired user #8234]'s profile image [expired user #8234] posted 10 years ago in Feature discussion Permalink
I just lost a long post on the matter, so I'll be brief this time.

First, thanks for the great work. I use it every day.

What I want to do is to be able to search my query history:
SELECT query
FROM queryhistory
WHERE
queryhistory LIKE '%table1%' AND
queryhistory LIKE '%table2%';

I think the easiest way to do this is to change the query history format to CSV. That way, I could save it to my data directory and query it like any other CSV table. (The more complex method would be to log to a SQL table.)

I hope you (you all?) like the idea. It would save me a lot of time and frustration. Furthermore, I would like to (financially) sponsor the change, if you are interested.

Thanks.
[expired user #8234]'s profile image [expired user #8234] posted 10 years ago Permalink
No response? unhappy Oh, well.

Please login to leave a reply, or register at first.