Foundation icon indicating copy to clipboard operation
Foundation copied to clipboard

ConvertedResultIterator does not handle custom types in schemas.

Open chanmix51 opened this issue 9 years ago • 3 comments

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 avatar Jun 24 '15 14:06 chanmix51

the link is broken

stof avatar Dec 07 '15 11:12 stof

True, thank you for reporting :+1: Here is the line.

chanmix51 avatar Dec 07 '15 11:12 chanmix51

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

chanmix51 avatar Feb 04 '17 11:02 chanmix51