Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USE <keyspace> doesn't check whether keyspace exists #323

Closed
pdziepak opened this issue Sep 9, 2015 · 0 comments
Closed

USE <keyspace> doesn't check whether keyspace exists #323

pdziepak opened this issue Sep 9, 2015 · 0 comments

Comments

@pdziepak
Copy link
Contributor

pdziepak commented Sep 9, 2015

Scylla:

cqlsh> use asdghjjjjk;
cqlsh:asdghjjjjk> 

Cassandra:

cqlsh> use asdghjjjjk;
InvalidRequest: code=2200 [Invalid query] message="Keyspace 'asdghjjjjk' does not exist"
@slivne slivne added the bug label Sep 9, 2015
@slivne slivne added this to the anglerfish milestone Sep 9, 2015
@slivne slivne assigned pdziepak and penberg and unassigned pdziepak Sep 9, 2015
gusev-p pushed a commit to gusev-p/scylla that referenced this issue Feb 27, 2023
The patch introduces the _partition_is_open flag,
inject partition_end only if there was some data
in the input reader.

A simple unit test has been added for
the nonforwardable reader which checks this
new behaviour.
Merge "Cqlsh serverless v2" from Karol Baryla

This PR adds serverless support for CQLSH. It was previosuly merged, but dtests later discovered a bug in python driver. The bug should be fixed now, so let's merge this again.

@fruch As you had more luck reproducing the issue with dtests than us, could you try and run them with this PR to make sure it works now?

Fixes scylladb#317 (again)
Closes scylladb#323

* github.com:scylladb/scylla-tools-java:
  Add Scylla Cloud serverless support
  Switch cqlsh to use scylla-driver
install.sh: drop locale workaround from python3 thunk

Since scylladb#7408 does not occur on current python3 version (3.11.0), let's drop
the workarond.

Closes scylladb#32
tls: add missing include <map>

std::multimap is later used in the file.

Closes scylladb#1314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants