longtype

2010-05-22 Thread huajun qi
I set the "CompareWith" property to "longtype", but I can not insert data. It seems that something is wrong with the key. If I use longtype comparison, what key I should use? int?long? By the way, the language I use is python. -- Location:

Re: super column

2010-05-22 Thread huajun qi
Thank you! Is there a way to store that kind of data?

super column

2010-05-22 Thread huajun qi
Can the value of a column under a super column be a super column? For examples: sc={ name:"name", value:{ {name:"First Name", value:"John"} {name:"Last Name", value:"LBJ"} } } this is a super column above, can I add a super column below to it's valu