Paneendra BA - 2013-06-19

Bug Fix (Could not create a ticket so posting here)

Changed QCassandraPrivate.cpp:1035 from

range->setLastKey(it->column.name.c_str());

to

range->setLastKey(cell_key);

This fixed the case "\0" being part of key. (For eg: TimeUUIDType)