Hi,
We were having a problem: When we tried to edit a datawindow through the "Data Source" option, the PB19 exploded.
We have detected that the problem occurs when in a "(CASE ... END)" sentence is included a comment with an unclosed parenthesis
Example:
SELECT (CASE WHEN (1 = 1) /* COMMENT WITH UNCLOSED PARENTESIS -> EXPLODE ( */ THEN 1 ELSE 0 END) AS TEST
FROM DUAL
¿Is it is a common PB19 versión issue? ¿Can someone to test it?
PB19 Version 2019 Build 2170
Conection "ORA Oracle" Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
Regards,
Julian