Skip to content

Revisit quotation of CQL identifiers during index creation #1281

@mp911de

Description

@mp911de

Index creation for the following table fails because the CQL identifier isn't quoted:

Java code:

@Table
public class Order {

	@Indexed
	private String customerId;

Offending CQL:

CREATE INDEX ON order (customerid);

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions