Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.3.0
-
MSSqlServer
Description
When using ExecuteSQL with the MSSqlServerDriver from Microsoft you always get a SchemParseException , Empty: Name.
This is located in / nifi-nar-bundles / nifi-standard-bundle / nifi-standard-processors / src / main / java / org / apache / nifi / processors / standard / util / JdbcCommon.java line 98.
The line should read: final String tableName = meta.getTableName(1) == "" ? "table" : meta.getTableName(1);