RE: Update made via cassandra-cli disappeared from PHP thrift client

2010-11-18 Thread Jared Laprise
o.com] Sent: Thursday, November 18, 2010 1:32 PM To: user@cassandra.apache.org Subject: Re: Update made via cassandra-cli disappeared from PHP thrift client What Cassandra version? What PHP client? How are you doing the insert with the CLI? What is your query with PHP? - Tyler On Thu, Nov 18, 20

Re: Update made via cassandra-cli disappeared from PHP thrift client

2010-11-18 Thread Tyler Hobbs
What Cassandra version? What PHP client? How are you doing the insert with the CLI? What is your query with PHP? - Tyler On Thu, Nov 18, 2010 at 3:07 PM, Jared Laprise wrote: > Hello all, I have a very strange issue where I updated a column value with > the cassandra-cli command line interfa

Update made via cassandra-cli disappeared from PHP thrift client

2010-11-18 Thread Jared Laprise
Hello all, I have a very strange issue where I updated a column value with the cassandra-cli command line interface and I can see with the cli tool that the value is there and correct. When I query the same column via PHP and Thrift no value is returned. I can make updates to any other column vi