iconara / cql-rb

Cassandra CQL 3 binary protocol driver for Ruby
106 stars 31 forks source link

Cql::Uuid should be comparable #83

Closed nirvdrum closed 10 years ago

nirvdrum commented 10 years ago

Since Cql::Uuid instances are time-based or at the very least have an underlying integer value, it'd be nice if they were also Comparable. It would make sorting an array of them a lot easier.

iconara commented 10 years ago

Good idea.