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: support multiple databases #283

Merged
merged 1 commit into from
Aug 14, 2023
Merged

fix: support multiple databases #283

merged 1 commit into from
Aug 14, 2023

Conversation

BuonOmo
Copy link
Collaborator

@BuonOmo BuonOmo commented Aug 13, 2023

This is following and replacing #271 now that I have repository access.

@BuonOmo BuonOmo force-pushed the fix/251/no-monkeypatch-pg branch 2 times, most recently from bf3358f to 5561f3f Compare August 13, 2023 22:25
We used to monkeypatch freely some classes. However, Rails is now
supporting multiple databases, and these patches are in the way
of this usage.

Fixes #251
@BuonOmo BuonOmo marked this pull request as ready for review August 13, 2023 22:42
@BuonOmo
Copy link
Collaborator Author

BuonOmo commented Aug 13, 2023

@rafiss I think further testing would require way too much time now and in tests. I'd stay as-is.

Copy link
Contributor

@rafiss rafiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@rafiss rafiss merged commit 77d8ebe into master Aug 14, 2023
0 of 2 checks passed
@rafiss rafiss deleted the fix/251/no-monkeypatch-pg branch August 14, 2023 19:45
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.

Incorrect db/schema.rb file for Postgres when using Cockroach and Postgres together.
2 participants