sebgiroux / Cassandra-Cluster-Admin

Manage your Cassandra cluster in your Web browser!
http://www.wajam.com
MIT License
206 stars 66 forks source link

Insertion and Deletion doesn't seem to work when key contains "-" #18

Open jovekuang opened 12 years ago

jovekuang commented 12 years ago

Example:

Insert a Row

Row Key: 3d873924-2bd7-4884-b263-48fc5eb3f43d Column Name: ID Column Value: 3d873924-2bd7-4884-b263-48fc5eb3f43d

It results in a successful message though the row didn't seem to get added when click "Browse Data".

Inserting a row works fine when I took out the dashes in "Row Key". Inserting the same row key with dashes works from my Java program with the hector client as well. Could this potentially be an encoding issue?

ghost commented 11 years ago

Works for me. Guess some new update must have fixed it or something.