libcql icon indicating copy to clipboard operation
libcql copied to clipboard

implementation of the cassandra binary protocol in C/C++

Results 3 libcql issues
Sort by recently updated
recently updated
newest added

(includes &buffer[0] access fix when buffer.size=0) tested on Windows 7

Hi Matt, feel free to discard the changes to demo/main.cpp as I used them mostly to demonstrate the bug. I do recommend you pull the update to cql_callback_storage.hpp though as...

Hi there, thanks for creating this great library. While using it I realized that I need access to the column names which where hidden in the meta data. I've added...