As described on the forum, some users reported that the Score All function crashed with some databases.
Score All runs by breaking the objects list up into reasonably sized segments based on the image number. This crash happened when a particular segment (e.g. ImageNumbers 50-60) contained no objects. The fix should be simply continuing if there's no data to work with.
I've also removed the redundant 'AND 1=1' condition which was being added to queries whenever there was no filter active, because I see no reason to be doing this.
As described on the forum, some users reported that the Score All function crashed with some databases.
Score All runs by breaking the objects list up into reasonably sized segments based on the image number. This crash happened when a particular segment (e.g. ImageNumbers 50-60) contained no objects. The fix should be simply continuing if there's no data to work with.
I've also removed the redundant 'AND 1=1' condition which was being added to queries whenever there was no filter active, because I see no reason to be doing this.