-
Notifications
You must be signed in to change notification settings - Fork 165
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
Feat/pg name support #504
Feat/pg name support #504
Conversation
@wangxiaoying hope you're well! Would you mind taking a look at this when you have a chance? Thanks! |
Hi @Jordan-M-Young , thanks for the PR. It looks good to me for Could you also add this support for After this we can merge. Thanks! |
Any idea when this will get merged? 😄 |
Hey @MatsMoll, Things have been busy with my job lately but I should have some time this weekend to finish up the PR! |
Hey @wangxiaoying I think my latest commit satisfies your requests above. If so would you mind merging? |
Thanks @Jordan-M-Young ! |
@wangxiaoying Thank you as always! @MatsMoll shouldn't be long before this is released! |
0.3.2-alpha.7 will be released when this is done! |
Thank you for merging this! Appreciate it @Jordan-M-Young @wangxiaoying |
The goal of this PR is to extend support for the Postgres name type requested within the issue: #501. This issue centers around connectorx panicking when interacting with tables containing a name type.
To solve this, I added: