Skip to content

Commit

Permalink
Change DRIVER_NAME to ScyllaDB Java Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncheck committed Aug 4, 2024
1 parent 9eedcac commit 2e14ac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static class Startup extends Message.Request {
private static final String CQL_VERSION = "3.0.0";
private static final String DRIVER_VERSION_OPTION = "DRIVER_VERSION";
private static final String DRIVER_NAME_OPTION = "DRIVER_NAME";
private static final String DRIVER_NAME = "DataStax Java Driver";
private static final String DRIVER_NAME = "ScyllaDB Java Driver";

static final String COMPRESSION_OPTION = "COMPRESSION";
static final String NO_COMPACT_OPTION = "NO_COMPACT";
Expand Down

0 comments on commit 2e14ac4

Please sign in to comment.