Keith Wansbrough
Keith Wansbrough
Thanks - that looks perfectly fine to me :-)
Thanks for flagging! Indeed, fixed in #177 .
Thanks, this looks really nice! I'm happy to accept it into this codebase, but it doesn't really belong in the cassandra-cpp crate. Could you add it as a separate crate...
Hi @jhgg - any update on this?
Very happy with this - looking forward to a PR :-)
Oh no! Have you reported the CPP driver bug at https://datastax-oss.atlassian.net/jira/software/c/projects/CPP/issues/?filter=allissues&= ? I've found them moderately responsive, especially if you offer a patch. Thanks for the workaround. Please can you...
Great! Leaving this issue open to track the Cassandra driver fix. Can you link the Cassandra issue?
I see there has still been no point release of the CPP driver :-(. Our master code has the workaround https://github.com/Metaswitch/cassandra-rs/blob/c24346918b56fd73a8b6bee42bc85de8dd61be17/src/cassandra/statement.rs#L610 so `cassandra-rs` is safe - strings with NULs in...
It's undocumented, but the C++ driver does expose a function `const char* datastax::internal::driver_version()` - see https://github.com/datastax/cpp-driver/blob/master/src/driver_info.hpp#L23 . (Prior to 2.13.0 this was just `cass::driver_version`, but then it was moved into...
This is fixed in 2.16.0 of the DataStax C/C++ driver - see https://github.com/datastax/cpp-driver/compare/2.15.3...2.16.0 . @gwik do you want to investigate version detection?