Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [164938] Support Date data type in BIRT - partial

Title: CHECKIN: [164938] Support Date data type in BIRT - partial

Summary:
Completed ODA and DtE ODI type mapping for the sql date type support in ODI.

Bugzilla Entry(ies) Resolved:
164938

Description:
DtE has added support of the java.sql.Date class as a valid ODI type.  Added its corresponding mapping to ODA Date type.  Also changed mapping of ODI java.util.Date class to an ODA Timestamp type (to be consistent with the fix done for Bug 175749).

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/odaconsumer/
                DataTypeUtil.java
                PreparedStatement.java
        src/org/eclipse/birt/data/engine/executor/
                ResultFieldMetadata.java

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

Files Added:
None.

Files Deleted:
None.


Back to the top