DataTable QueryDataTableEntries broken in Release 9.3!?
- March 22, 2022
- 2 replies
- 2502 views
Dear community,
I am having trouble with the QueryDataTableEntries Service of DataTables, Build 9.3.0-b20.
I prepared an example and attached it to this thread, it contains a DataTable Thing with an according DataShape. The DataShape has 3 fields, each is defined as part of the key. The DataTable has 8 entries (2 different values per field, permutated), they are added by the Init Service which is called on ThingStart.
The Service VerifyQueryDataTableEntries performs 4 tests to query the data. The first two are working well. The last is failing, it doesn't return any row but I would expect to receive one.
The third test seems to be an act of randomness. First it succeeds but if you execute the Init Service (or restart the DataTable) a second time it also fails!???
I consider this behavior a bug. Or at least it is a change in behavior since 8.4.15, in our old environment all tests succeed.
Thank you for checking
Benny

