Skip to content
New issue

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

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

Already on GitHub? # to your account

Refine API to create and render CQL object specifications #1506

Closed
mp911de opened this issue Jul 25, 2024 · 0 comments
Closed

Refine API to create and render CQL object specifications #1506

mp911de opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@mp911de
Copy link
Member

mp911de commented Jul 25, 2024

Right now, we have a series of entrypoints for CQL specification creation and generation such as AlterColumnSpecification.alterColumn(…) and AlterKeyspaceCqlGenerator.toCql(…). Each pair needs to be discovered independently and that is sometimes a challenge given the number of objects we have.

It would be great to have a Specifications.alterColumn(…) and CqlGenerator.toCql(…) variant to keep entry points together.

@mp911de mp911de added the type: enhancement A general enhancement label Jul 25, 2024
@mp911de mp911de added this to the 4.4 M1 (2024.1.0) milestone Jul 25, 2024
@mp911de mp911de self-assigned this Jul 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant