cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

DataStax C/C++ Driver for Apache Cassandra

Results 24 cpp-driver issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello Cassandra developers I've needed operator

This was noticed by MSVC in a debug build which produced the following warning: warning C4702: unreachable code

This fixes the following warnings from MSVC: warning C4245: 'initializing': conversion from 'int' to 'datastax::StringRef::size_type', signed/unsigned mismatch warning C4245: '=': conversion from 'int' to 'DWORD', signed/unsigned mismatch

When compiling the code with C++ 20 the following error message is produced: enumerator value for ‘MEMORY_ORDER_RELAXED’ must have integral or unscoped enumeration type This is because with C++ 20...

…sult.error_message in test ServerSideFailureTests.Integration_Cassandra_ErrorFunctionAlreadyExists

* curl * libuv * openssl * zlib Signed-off-by: Gordon Smith

We need to prefer local rack as there are higher network costs when communicating with nodes in remote rack. This policy prefers nodes from the local rack, then local datacenter...

cla-missing

And also remove references to Ubuntu Bionic while we're in here.

Removed CentOS7 because it's EOL. Currently tests are failing and I think most (if not all) are related to cassandra.yml setting renaming that happened in C* 4.1. This is happening...