patka / cassandra-migration

Schema migration library for Cassandra
MIT License
152 stars 47 forks source link

Standardize statement execution #63

Closed ikstewa closed 2 years ago

ikstewa commented 2 years ago

Fix bug where the execution profile name was not being set from the configuration.

Move all statement execution to use an internal execution method.

Ensure all executed statements use the configured consistency level and execution profile.

patka commented 2 years ago

Just to let you know. I am planning to release this change end of this week or latest next week. Depends on how demanding my work is this week.