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

fix: generate actual name for database on create and store on meta doc #42 #43

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

TillaTheHun0
Copy link
Member

@TillaTheHun0 TillaTheHun0 commented Jun 29, 2023

Closes #42

The adapter will now generate a unique name for the database upon creation that complies with MongoDB limits described in #42, storing that name on the meta document for that database. On subsequent operations on the database, the actual database name is pulled from the meta doc.

@TillaTheHun0 TillaTheHun0 merged commit 50c50cf into main Jun 29, 2023
4 checks passed
@TillaTheHun0 TillaTheHun0 deleted the tillathehun0/bug-adapter-should-42 branch June 29, 2023 20:01
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.

Bug: adapter should handle when DB name is longer than 64 characters
1 participant