Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Kinetica database support #3495

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

luissemantic
Copy link

Please note Kinetica is an up and coming relational database that was not supported in Flyway. Please see https://www.kinetica.com/ and also https://docs.kinetica.com/7.1/.
Flyway would normally issue a commit statement after a script is run or rollback the transaction if the script fails. However, one of the challenges for supporting Kinetica is that Kinetica does not have a concept of transactions. Commit and rollback commands don't exist and some classes in Flyway had to be extended and overridden to avoid issuing commits and rollbacks.

@CLAassistant
Copy link

CLAassistant commented Aug 8, 2022

CLA assistant check
All committers have signed the CLA.

@Barry-RG Barry-RG changed the base branch from master to main August 10, 2022 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants