Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug 175954 Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query

- Summary:
CheckIn: Fix bugzilla bug 175954 Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query


- Bugzilla Bug (s) Resolved:

[175954] Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query

 

- Description:
 

The following changes are made:

  1. Throw exception when duplicated column names in data set are detected.
  2. Add test cases.

- Tests Description:
Unit test.     


- Files Edited:
"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/SizeOfUtilTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/MemoryCacheTest.java"

"/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtilTest.java"

 

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/OdaResultSet.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/viewing/ExprMetaUtil.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/BaseExprDataResultSet.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java"

 

 

- Files Added:

N/A


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 


Back to the top