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
In existdb/lib/existdb.coffee there is reference to the file "query-results" which is created whenever an xquery script is run in any of several project folders.
However, the creation of the query-results filepath does not recognise that there might be multiple projects in Tree View (I have Atom package projects-manager installed). The query-result file is always placed in the top project folder, ignoring the project path where xquery was run. The query-result file should be saved in the launching project folder.
As a workaround I have made my topmost project “query-results” and this is where the single query-results are now saved for all queries across all projects. Ideally the path for query-results should be available on a per project basis. It might also be useful in settings if the name query-results also had options to append the name of the initiating xquery file. And/or the date/time of query. Thus, there could be a log of xquery results.
The text was updated successfully, but these errors were encountered:
In existdb/lib/existdb.coffee there is reference to the file "query-results" which is created whenever an xquery script is run in any of several project folders.
Line 158: promise = atom.workspace.open("query-results", { split: "down", activatePane: false })
However, the creation of the query-results filepath does not recognise that there might be multiple projects in Tree View (I have Atom package projects-manager installed). The query-result file is always placed in the top project folder, ignoring the project path where xquery was run. The query-result file should be saved in the launching project folder.
As a workaround I have made my topmost project “query-results” and this is where the single query-results are now saved for all queries across all projects. Ideally the path for query-results should be available on a per project basis. It might also be useful in settings if the name query-results also had options to append the name of the initiating xquery file. And/or the date/time of query. Thus, there could be a log of xquery results.
The text was updated successfully, but these errors were encountered: