Bug #81072 FabricMySQLConnectionProxy method nativeSQL does nothing
Submitted: 13 Apr 2016 16:58 Modified: 15 Sep 2016 16:23
Reporter: Robert Sandiford (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S2 (Serious)
Version:5.1.38 OS:Any
Assigned to: Filipe Silva CPU Architecture:Any
Tags: Connector/J, fabric, nativeSQL

[13 Apr 2016 16:58] Robert Sandiford
Description:
FabricMySQLConnectionProxy method nativeSQL does nothing - just "return null".

Any software (including third party) that requires this method fails.

Please fix!

How to repeat:
Invoke the nativeSQL(String sql) on FabricMySQLConnectionProxy - nothing happens, you get back a null response.
[14 Apr 2016 6:53] Chiranjeevi Battula
Hello Robert Sandiford,

Thank you for the bug report.
Verified based on internal discussion with dev's.

Thanks,
Chiranjeevi.
[14 Apr 2016 13:44] Robert Sandiford
Strongly related to bug #81056. See comments there on suggested resolution.
[15 Sep 2016 16:23] Daniel So
Posted by developer:
 
Added the following entry to the Connector/J 5.1.40 changelog:

"The FabricMySQLConnectionProxy method nativeSQL() always returned null. The method is now properly implemented."