Skip to content

Commit 6e38ca9

Browse files
committed
restored line removed from test by mistake
1 parent 1b0c73d commit 6e38ca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/unit/hdf5db_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,8 @@ def testQuerySimpleType(self):
10681068
arr[i, j] = i * j
10691069
sel_all = selections.select(shape, ...)
10701070
db.setDatasetValues(dset_id, sel_all, arr)
1071-
# tbd: SQL mda?
1071+
# tbd: compare with SQL mda syntax: https://github.com/misev/asqldb
1072+
query = "_ > 10"
10721073
arr = db.getDatasetValues(dset_id, sel_all, query=query)
10731074
# TBD: this is currently returning indices to the dataset which
10741075
# is not what semantically would be create.

0 commit comments

Comments
 (0)