We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eedcac + 54be6b8 commit 6014d23Copy full SHA for 6014d23
driver-core/src/main/java/com/datastax/driver/core/Requests.java
@@ -42,7 +42,7 @@ static class Startup extends Message.Request {
42
private static final String CQL_VERSION = "3.0.0";
43
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
44
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
45
- private static final String DRIVER_NAME = "DataStax Java Driver";
+ private static final String DRIVER_NAME = "ScyllaDB Java Driver";
46
47
static final String COMPRESSION_OPTION = "COMPRESSION";
48
static final String NO_COMPACT_OPTION = "NO_COMPACT";
0 commit comments