Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [152443, 142392] Enhanced DtE odaconsumer to support ODA boolean data type and null value for an input parameter

Title: CHECKIN: [152443, 142392] Enhanced DtE odaconsumer to support ODA boolean data type and null value for an input parameter

Summary:
Adds support of “boolean” data type in result set columns and parameters
Provides explicit setting of a null value to an input parameter

Bugzilla Entry(ies) Resolved:
152443, 142392

Description:
Added support in BIRT Data Engine odaconsumer layer to handle ODA boolean data type and set a null value to a scalar input parameter.  It triggers calls to an underlying ODA driver that implements related ODA interface methods introduced in ODA 3.1.

Tests Description:
Visually/Junit tested

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data.core/
        src/org/eclipse/birt/core/data/
                DataTypeUtil.java

org.eclipse.birt.data/
        src/org/eclipse/birt/data/engine/i18n/
                ResourceConstants.java
                Messages.properties
        src/org/eclipse/birt/data/engine/odaconsumer/
                DataTypeUtil.java
                PreparedStatement.java
                ResultSet.java

org.eclipse.birt.data.tests/
        test/org/eclipse/birt/data/engine/odaconsumer/
                PreparedStatementTest.java

org.eclipse.birt.report.data.oda.jdbc/
        src/org/eclipse/birt/report/data/oda/jdbc/
                Statement.java

Files Added:
None.

Files Deleted:
None.


Back to the top