Foundation
Foundation copied to clipboard
ConvertedResultIterator does not handle custom types in schemas.
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.
the link is broken
True, thank you for reporting :+1: Here is the line.
What we can do is to report the problem to PHP’s pg_
lib maintainer.