Re: PHP CQL Driver

2011-05-29 Thread Kwasi Gyasi - Agyei
hafrica works perfetly, USE southafrica works, but "create columnfamily" :( makes my heart ache... On Sun, May 29, 2011 at 4:27 AM, Eric Evans wrote: > On Thu, 2011-05-26 at 20:51 +0200, Kwasi Gyasi - Agyei wrote: > > CREATE COLUMNFAMILY magic (KEY text PRIMARY KEY, monke

Re: PHP CQL Driver

2011-05-26 Thread Kwasi Gyasi - Agyei
sa > > more experience there with PHP and Cassandra ... > > Are you able to validate the query works when not using PHP? > > On Thu, May 26, 2011 at 8:51 PM, Kwasi Gyasi - Agyei > wrote: > > got system in debug mode > > > > the following query fails

Re: PHP CQL Driver

2011-05-26 Thread Kwasi Gyasi - Agyei
ver logging to DEBUG and watching your > update / select queries. > > Cheers > - > Aaron Morton > Freelance Cassandra Developer > @aaronmorton > http://www.thelastpickle.com > > On 26 May 2011, at 16:15, Kwasi Gyasi - Agyei wrote: > > Hi, >

PHP CQL Driver

2011-05-25 Thread Kwasi Gyasi - Agyei
Hi, I have manged to generate thrift interface for php along with implementing auto-loading of both Cassandra and thrift core class. However during my testing the only query that works as expected is the create keyspace cql query... all other queries don't do or return any results nor do they thr