support user-defined type?
viplifes opened this issue · 5 comments
How soon do you plan to add support user-defined type?
Thanks!
Hello,
Feel free to implement and send a pull request. I'm happy to review it. At this moment I don't have any plan to implement this as time I don't use this in the projects where we are running erlcass and cassandra and also I don't have too much time to work on this now.
Hello,
I decided to add support for this in the next version. I'm already started to work on this but the fix will go on a branch where I have some small breaking API changes.
Silviu
This was implemented in the master and will be part of 2.9 release.
You can look on the examples for UDT tests: https://github.com/silviucpp/erlcass/blob/master/test/integrity_test_SUITE.erl#L346
Basically UDT is decoded as proplist
Thanks!