Skip to content

Conversation

@teenjuna
Copy link

@teenjuna teenjuna commented Nov 5, 2024

Quoting of table name doesn't work in ScyllaDB:

cqlsh> select version, dirty from "usercounter.migrations" limit 1;
InvalidRequest: Error from server: code=2200 [Invalid query] message="No keyspace has been specified. USE a keyspace, or explicitly specify keyspace.tablename"

No quoting works :)

cqlsh> select version, dirty from usercounter.migrations limit 1;

 version | dirty
---------+-------
       1 | False

(1 rows)

@kperreau
Copy link

I agree, same problem, up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants