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

Suggested fix for #551 #561

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

Conversation

tlf30
Copy link

@tlf30 tlf30 commented Sep 7, 2021

This is a suggested fix for #551. I created a new type to handle the text array, and modified the generator to use this new type when the DB has a TEXT[] in the UDT.

Please let me know what you think of this change, and test it thoroughly. I tested it on my dev system, but it would be good to make sure that this change does not have wider impacts. My dev work was done in Windows, which this repo's build script does not support. I had to test on an internal fork with a build script that does work in windows, then copy the changes over into this branch. Please run tests and ensure everything works as expected, and verify that this indeed does fix the issue for you as well. I tested with my test repo for this issue: https://github.com/tlf30/pgjdbc-ng-test5.

It may be beneficial to add the datatypes for other arrays as well, as this issue may arise with more than just the TEXT datatype.

If this change is not to your liking, please close this PR.

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.

None yet

1 participant