clj-hector icon indicating copy to clipboard operation
clj-hector copied to clipboard

Add support for composite keys

Open libjack opened this issue 13 years ago • 0 comments

I've pushed a change on my fork to support composite keys, and works fine in my use. However, as it stands, it won't work if a CF has both a composite key as well as composite column (unless composites are identical). This is because ToClojure/AbstractComposite only looks for the :c-serializer option.
Before I make any of those changes, wanted to discuss with you (and perhaps mstump) about necessary fix. Also, since a CF could have Composite values as well, might want to provision for that.

libjack avatar Feb 23 '12 22:02 libjack