Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-pmc] Petition for inclusion of BZ 204216, 204220 in DTP 1.5.1

Hi all,

We'd like to include these bugs in DTP 1.5.1 if possible:
204216 DSE connections should be registered in SQL Debugger framework
The symptom of this bug is that the DSE connections are exposed
unexpectedly by the SQL debugger framework, which would cause unpredictable
errors. The fix is to add listeners for the connection event and register
these connections in the debugger framework so as to hide them.

204220 Meaningless message will be shown when create thread for debugging
The original message when something is wrong during debugging is:
"Unsupported
server type: XXX_XXX", which is confusing. The new approach is to throw
whatever error message returned by the server so that user would have a
chance
to understand what had happened.

Thanks in advance!

Regards,
Hung



Back to the top