Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix Bugzilla Bug 185905[Smoke]Can't create Stored Procedure and output parameter[00]

- Summary:
Fix Bugzilla Bug 185905 [Smoke] Can't create Stored Procedure and output parameter[00]

- Bugzilla Bug (s) Resolved:
185905

- Description:

This bug is caused by the DTP changes when setting ParameterDefinition’s DataElementAttributes, if the parameter name is null, it will set this null value in parameter name, but currently DTP’s diagnostic logic do not allow null value for parameter name, so caused this error. I make a fix to fetch parameter name from stored procedure. The final fix depend on DTP to change its logic when validating on parameter name, since for normal select query, its parameter name is always null. This constraint seems not quite right for all oda datasources.

- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterMetaData.java"

- Files Added:

- Files Deleted

 

 


Back to the top