php-cassandra-binary icon indicating copy to clipboard operation
php-cassandra-binary copied to clipboard

PHP library for Cassandra database via a binary protocol.

Results 35 php-cassandra-binary issues
Sort by recently updated
recently updated
newest added

I'm attempting to insert a value into a column with datatype decimal and am trouble getting the correct outcome... ``` sql cqlsh:test_keyspace> DESCRIBE TABLE test_decimal ; CREATE TABLE test_decimal (...

Check this changes for blob columns.

bug
in process

It is advantageous, particularly in development environments to allow the Cassandra/Database object have it's default consistency level (currently coded to QUORUM) set to a different level without passing in a...

enhancement