You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
This is mainly due to the use of
pg_get_type
function in theResultHandler
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 text was updated successfully, but these errors were encountered: