Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla Bug 142392If the null value transfer into the data set parameter binding, it will cause an value

Title: CheckIn:Fix bugzilla Bug 142392If the null value transfer into the data set parameter binding,it will cause an value

- Summary:
Fix bugzilla Bug 142392 If the null value transfer into the data set parameter binding,it will cause an value

- Bugzilla Bug (s) Resolved:
142392

- Description:
After ODA has supported setNull() in IQuery for dataset parameter, Ive added this support in DTE side. But sometimes, due to the jdbc driver issue, it cannot get resultset even we have support this feature.

- Tests Description:
Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
But sometimes, due to the jdbc driver issue, it cannot get resultset even we have support this feature. It is more common and decent to write query like ..is null or is not null

- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java"

"/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties"
"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ParameterUtil.java"
"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java"


- Files Added:

- Files Deleted


Back to the top