Igniters,

We currently have a pretty serious limitation for binary objects: they can
be used as SQL fields and can't be indexed, because we don't know how to
compare them. And it seems to me that it can be easily fixed by adding an
optional comparator to BinaryConfiguration and BinaryTypeConfiguration:

public void setComparator(Comparator<BinaryObject> comparator)

Are there any pitfalls that I'm missing?

-Val

Reply via email to