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
The "-qexec" is a new argument which should contain a logical (python) expression. After pre-filtering the database by the standard queries this expression will be checked for each configuration. A temporarily derived key can be stored (eg: _cache) than can be used for the actual query. Finally, the key must be deleted.
it has to be implemented for download, summary, show, add-key, rename-key, delete-key command-line options
The text was updated successfully, but these errors were encountered:
On 15 Nov 2019, at 12:48, Adam Fekete ***@***.***> wrote:
@gabor1 There is a side effect: Because we have to store the key in the database in the "modified" date will change every time when the query is used.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Some queries might be relevant to many people using abcd (e.g. filter by max force component), so it might be nice to have (an option to add?) some predefined (-qexec) queries.
Similarly, it might be nice to read a -qexec query from a script to speed everything up (similarly to ase convert -e or -E)
The "-qexec" is a new argument which should contain a logical (python) expression. After pre-filtering the database by the standard queries this expression will be checked for each configuration. A temporarily derived key can be stored (eg: _cache) than can be used for the actual query. Finally, the key must be deleted.
it has to be implemented for
download
,summary
,show
,add-key
,rename-key
,delete-key
command-line optionsThe text was updated successfully, but these errors were encountered: