Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
update gocql to allow for checking a keyspaces existence
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlisi authored and Dieterbe committed Sep 5, 2017
1 parent fa88502 commit a04083f
Show file tree
Hide file tree
Showing 21 changed files with 1,113 additions and 368 deletions.
6 changes: 3 additions & 3 deletions docker/docker-standard/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
- "6060:6060"
- "2003:2003"
environment:
WAIT_HOSTS: cassandra:9042
WAIT_TIMEOUT: 60
MT_HTTP_MULTI_TENANT: "false"
WAIT_HOSTS: cassandra:9042
WAIT_TIMEOUT: 60
MT_HTTP_MULTI_TENANT: "false"
links:
- cassandra

Expand Down
10 changes: 10 additions & 0 deletions vendor/github.com/gocql/gocql/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vendor/github.com/gocql/gocql/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions vendor/github.com/gocql/gocql/cluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 44 additions & 32 deletions vendor/github.com/gocql/gocql/conn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a04083f

Please sign in to comment.