Quote:
Originally Posted by Majutsushi
That's an interesting idea, although I'm not sure how it could be implemented without either being too specific or effectively reinventing plugboards. Or do you mean actually allowing you to run an arbitrary SQL query? That would certainly be possible but also very dangerous like Terisa said. It would also have to be run in a similar manual way to what Terisa described since I don't think there's a way to hook into an eject event.
I'm curious how it's implemented in the version that Terisa uses, particularly how you can run predefined queries in an automated fashion. I can create an issue for it, but I can't promise anything especially since I'm currently in the middle of some big internal refactorings.
|
In my case, as it's a specific query, they query is built inside the code and there is a menu option to run it. So, it uses all the plugin mechanism to run it. It's not a "generic query builder" to run it, that I'm not sure how to implement it and, for sure, I wouldn't include as it's going to give more problems than adventages (that's my POV, of course).