ScottLogic / kdb-boothroyd

a prototype re-implementation of KDB Studio using JavaScript and Electron
Apache License 2.0
5 stars 2 forks source link

Implement stop query button #25

Open OiNutter opened 3 years ago

OiNutter commented 3 years ago

Original app had a button to stop a running query. Not sure how we would implement this with node-q. Potentially storing a reference to a running query and then destroying it would stop the query. I'm not sure if that would only kill it from the client side and not the database side though. May also require a connection reset.