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

next-jdbc: Unbreak metadata table check when not using a schema name. #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

neshtea
Copy link

@neshtea neshtea commented Jan 21, 2025

We stumbled across this in the next-jdbc variant of ragtime: When using a unqualified migration-table-name with OracleDB (which supports schemas), we ended up in the wrong schema for our user.

This unbreaks this behaviour: When the name contains no space, it prepends the schema (not the other way around).

Possibly related to #80 and #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant