From: Tyler Hobbs <ty...@datastax.com>
Date: Thu, 27 Sep 2012 12:56:55 -0500
Local: Thurs, Sep 27 2012 1:56 pm
Subject: Re: Exclusive get count
I haven't had time to test this, but it looks like you have another problem
Your version: result2 = cf.get('dummy_key', column_start=((key[0], False)))
The correct version: result2 = cf.get('dummy_key', column_start=((key[0],
On Wed, Sep 26, 2012 at 10:53 PM, Cato Yeung <cato.ye...@gmail.com> wrote:
-- > I found that when I exclusively get datetype composite column, the result > is not correct. > I have made a simplified version of what I want to do here: > import pycassa > import datetime > if __name__ == '__main__':
> # get current datetime
> # insert into cassandra database
> # get entry from cassandra database
> # get entry from cassandra database, exclusively
> # get entry from cassandra database, inclusively
> # delete entry
> or you can get by gist:
> What I want to do is that I can *get and get count exclusively.*
Tyler Hobbs DataStax <http://datastax.com/> You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||