cassandra-migrate icon indicating copy to clipboard operation
cassandra-migrate copied to clipboard

Fix: Setting the keyspace fails for CQL keywords

Open mpenick opened this issue 1 year ago • 0 comments

If the keyspace name happens to be a CQL keyword e.g default or if it is case-sensitive it needs to be wrapped in double quotes and escaped to work properly.

mpenick avatar Jul 18 '24 21:07 mpenick