forked from hector-client/hector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If CQL version is set for a query, then enforce that for each execution
- Loading branch information
mishail.mishail@gmail.com
committed
Jun 28, 2013
1 parent
1453892
commit 5c1aa6a
Showing
3 changed files
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,4 @@ public interface Keyspace { | |
String getKeyspaceName(); | ||
|
||
long createClock(); | ||
|
||
void setCqlVersion(String version); | ||
|
||
} |
5c1aa6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense - not sure why we put this on ExecutingKeyspace/Keyspace in the first place.
Thanks!