TinCanJava icon indicating copy to clipboard operation
TinCanJava copied to clipboard

Need version family or non-equality version comparison for querying statements

Open brianjmiller opened this issue 8 years ago • 0 comments

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.

brianjmiller avatar Aug 09 '17 13:08 brianjmiller