We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f28d9 commit d2171abCopy full SHA for d2171ab
1 file changed
python/rcdb/cli/select.py
@@ -59,7 +59,7 @@ def select_command(rcdb_context, query, views_or_runs, is_dump_view, is_descendi
59
60
conditions_to_show = view.split()
61
62
- values = db.select_values([], query, run_min, run_max)
+ values = db.select_values(conditions_to_show, query, run_min, run_max, sort_desc=is_descending)
63
64
if not is_dump_view:
65
0 commit comments