TinCanJava
TinCanJava copied to clipboard
Need version family or non-equality version comparison for querying statements
The statement query interface has version specific handling such that a version (family) specific query interface has to be constructed that uses a hard coded version of 1.0.0. When trying to use that query object with a RemoteLRS set to 1.0.1 it will fail with a version mismatch. The workaround is to set the version on that object to match that of the RemoteLRS, but that shouldn't be necessary.