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.
1 parent cbd50c6 commit 794b39dCopy full SHA for 794b39d
driver-core/src/main/java/com/datastax/driver/core/Requests.java
@@ -38,7 +38,7 @@ static class Startup extends Message.Request {
38
private static final String CQL_VERSION = "3.0.0";
39
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
40
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
41
- private static final String DRIVER_NAME = "Java Driver";
+ private static final String DRIVER_NAME = "Apache Cassandra Java Driver";
42
43
static final String COMPRESSION_OPTION = "COMPRESSION";
44
static final String NO_COMPACT_OPTION = "NO_COMPACT";
0 commit comments