On Mon, May 11, 2015 at 8:33 PM, Brian Miles wrote:
> I'm using Cassandra 2.1.5 running on Debian 7. The data were written using
> the latest version of the C API
>
Have you posted this question to the C/C++ driver mailing list?
https://groups.google.com/a/lists.datastax.com/forum/#!forum/cpp-
Hello,
I'm seeing strange things when storing both timestamp and timeuuid columns
from the C API using prepared statements. For example, I have some data
starting at 1/1/1981. The unix timestamp for this is 347173200, which I
can get out of my table as follows:
> select UNIXTIMESTAMPOF(date) fr