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 regression with partitioned tables in PostgreSQL #585

Merged

Conversation

chunlinyao
Copy link
Member

PostgreSQL JDBC Driver introduced separating type for partitioned table from 40.2.12 pgjdbc/pgjdbc#1708

PostgreSQL JDBC Driver introduced separating type for partitioned table from  40.2.12 pgjdbc/pgjdbc#1708
@acetousk
Copy link
Member

This looks needed. I'm assuming that this is needed when using PostgreSQL partitioned tables because without this type it will not show in getTables() as demonstrated in the PR mentioned.

How will this change affect other databases like MySQL and Oracle (if at all)?

Are there any other changes that are needed to make this work?

@chunlinyao
Copy link
Member Author

chunlinyao commented Jul 23, 2023 via email

@jonesde
Copy link
Member

jonesde commented Jul 24, 2023

Hopefully won't cause any problems, I guess we'll find out if it does...

@jonesde jonesde merged commit df07e4e into moqui:master Jul 24, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants