Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 180617[Smoke][Regression] Exception is thrown out when create a stored procedure data set [0703]

Title: CheckIn:Fix bugzilla bug 180617[Smoke][Regression] Exception is thrown out when create a stored procedure data set [0703]

- Summary:
Fix bugzilla bug 180617 [Smoke][Regression] Exception is thrown out when create a stored procedure data set [0703]

- Bugzilla Bug (s) Resolved:
180617

- Description:
Do not throw OdaException, even there is SQLException when we get metadata by executing query. And we will construct a dummy resultset metadata to make this SP work properly.

This is a tiny bug, which will not block user to define his store procedure.

- Tests Description:
Manual test

- 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/CallStatement.java"

- Files Added:

- Files Deleted



Back to the top