You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now, we have a series of entrypoints for CQL specification creation and generation such as
AlterColumnSpecification.alterColumn(…)
andAlterKeyspaceCqlGenerator.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(…)
andCqlGenerator.toCql(…)
variant to keep entry points together.The text was updated successfully, but these errors were encountered: