When there is an error in "GIXSQLExecSelectIntoOne" then libpg's error may show something "helpful" like;
ERROR: invalid input syntax for type bytea
CONTEXT: unnamed portal parameter $1 = '...'
It would be much more useful if it could be named as in COBOL; in any case this may also mean a performance degradation (I don't know). To provide that we'd likely need a changed ABI with GIXSQLSetSQLParams and GIXSQLSetResultParams taking additionally the name as new parameter.
When there is an error in
"GIXSQLExecSelectIntoOne"
then libpg's error may show something "helpful" like;It would be much more useful if it could be named as in COBOL; in any case this may also mean a performance degradation (I don't know). To provide that we'd likely need a changed ABI with
GIXSQLSetSQLParams
andGIXSQLSetResultParams
taking additionally the name as new parameter.