Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
result: add support for custom CQL types
CQL protocol allows sending custom types identified by their string representation. One of the cases in which the trick is used is when Cassandra returns duration columns to a CQLv4 client, which is not supposed to know this type. WIP: the actual implementation will be done once #363 is merged. Refs #364
- Loading branch information