thobbs / phpcassa

PHP client library for Apache Cassandra
thobbs.github.com/phpcassa
MIT License
248 stars 78 forks source link

ADD UUID::{max,min}Timeuuid, w/ test #143

Closed mcd-php closed 10 years ago

mcd-php commented 10 years ago

Loose part copy of https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/utils/UUIDGen.java

mcd-php commented 10 years ago

Also, may you split UUID into separate composer package and require it in phpcassa ? I now require phpcassa for this class only. I could do it myself, but i believe i'm wrong person to maintain an UUID class.

thobbs commented 10 years ago

Also, may you split UUID into separate composer package and require it in phpcassa ? I now require phpcassa for this class only. I could do it myself, but i believe i'm wrong person to maintain an UUID class.

I don't have time to make a separate package right now, sorry.

thobbs commented 10 years ago

By the way, thanks for taking the time to add these UUID functions; they're definitely useful.

mcd-php commented 10 years ago

OK, here are fixes and test. Added via web, tests are green.

thobbs commented 10 years ago

Thanks very much!