thobbs / phpcassa

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

phpcassa\Schema\DataType\UUIDType::pack() accepts string UUIDs #131

Closed mcd-php closed 11 years ago

mcd-php commented 11 years ago

Quite incomplete and 'works for me' implementation of string UUID auto-packing, helps remove UUID object creation from client software.

Beware: submitted by web, may have mouso, do run tests (success-case only).

thobbs commented 11 years ago

Thanks for the pull request! I have some comments which I'll make inline.

mcd-php commented 11 years ago

OK, i will rework it to your comments later, thanks for code review.