kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

[Critical] Error - It's not possible to insert php timestamps to cassandra column family with datatype timestamp #33

Open ChrisFeldmeier opened 10 years ago

ChrisFeldmeier commented 10 years ago

Hello everyone,

I have tested the CPCL Library. It's very well-done.

But i have one critical error. It's not possible to insert new data to a "column" in cassandra with datatype timestamp (internal DateType).

How do insert other people timestamps to cassandra with this library ?