evseevnn-zz / php-cassandra-binary

PHP library for Cassandra database via a binary protocol.
http://evseevnn.github.io/php-cassandra-binary/
MIT License
69 stars 33 forks source link

Resolved negative bigint issue; #32

Closed andreizet closed 9 years ago

andreizet commented 9 years ago

If data type is bigint, then read it as 64 bits item not as var int.

LarsFronius commented 9 years ago

Thank you so much for working on this! Let me quickly add a test over the weekend and merge it, so I don't forget.

evseevnn-zz commented 9 years ago

Please fix indent. use tab indent Thanks