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

QuestDB Support #3656

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

QuestDB Support #3656

wants to merge 2 commits into from

Conversation

davidcooke2
Copy link

QuestDB is compatible with the postgres wire protocol, however lacks many of the features used by flyway such as locks, as with the SQLite integration, unsupported operations are no-ops. This also includes schema support, when using the postgres wire protocol, everything is on the qdb schema, this is implemented by ignoring schema changes and always returning the same schema.

@CLAassistant
Copy link

CLAassistant commented Apr 18, 2023

CLA assistant check
All committers have signed the CLA.

@Palmr
Copy link

Palmr commented Oct 2, 2023

@Barry-RG As someone else looking for QuestDB support in Flyway, is this going to get merged?

It seems new versions of flyway-community-db-support get published to maven, last one 11 days ago, yet seemingly all the PR's tagged with database support seem to be left open and never merged?

Are people not supposed to use flyway-community-db-support and instead pull from the various branches they need and build it themselves?

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

4 participants