antares
antares copied to clipboard
To be able to update data from custom queries
Describe the solution you'd like When you do custom query (e.x.: select * from pandas join animals <etc...> ) you might want to edit a cell from the output of this query, but currently you cannot and you are either forced to use query to update the records or open the individual tables to update the data.
This is not an easy thing to implement, especially when there are fields with aliases and multiple joins. However, I will keep this idea in mind for the future.