https://github.com/Paradigm4/shim
Revision ca1f50a33bd6bd21a9847b0c1035cedc11fa9dca authored by Richard Samuels on 18 November 2021, 23:39:43 UTC, committed by Rares Vernica (baron, fedora) on 19 November 2021, 03:21:46 UTC
SciDB 21.8 no longer supports executing a query without preparing
it first. The only place this was done was in cancel() in the shim.

This commit modifies executeQuery() so that it always prepares
the query before executing it, making cancellation compatible
with SciDB 21.8.
1 parent 9643f4c
Raw File
Tip revision: ca1f50a33bd6bd21a9847b0c1035cedc11fa9dca authored by Richard Samuels on 18 November 2021, 23:39:43 UTC
Fix cancellation in SciDB 21.8
Tip revision: ca1f50a
.gitignore
*.o
*.so
*.a
*~
back to top