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

ConvertedResultIterator does not handle custom types in schemas. #53

Open
chanmix51 opened this issue Jun 24, 2015 · 3 comments
Open

ConvertedResultIterator does not handle custom types in schemas. #53

chanmix51 opened this issue Jun 24, 2015 · 3 comments
Labels

Comments

@chanmix51
Copy link
Member

This is mainly due to the use of pg_get_type function in the ResultHandler wrapper class.

Apparently, this function does only output the name of the type regardless of its schema. This makes Pomm to look for a converter declared upon a type without schema prefix which can lead to collisions.

@chanmix51 chanmix51 added the bug label Jun 24, 2015
@stof
Copy link

stof commented Dec 7, 2015

the link is broken

@chanmix51
Copy link
Member Author

True, thank you for reporting 👍 Here is the line.

@chanmix51
Copy link
Member Author

What we can do is to report the problem to PHP’s pg_ lib maintainer.

@chanmix51 chanmix51 added wontfix and removed bug labels Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants