Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Bugzilla 147222 [Regression][Compatibility]Exception while running the old report

- Summary:

Fixed a problem with Sample DB query execution caused by a previous checkin

 

- Bugzilla Bug(s) Resolved:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=147222

 

- Description:

When a SQL query against SampleDB contains aggregates, the query fails and a ClassCastException is reported by Derby. This is caused by a previous checkin that changes how Derby classes are loaded. This checkin fixes the problem.

 

- Tests Description:

Manual test with previewing the report attached to the bugzilla

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java"

 

- Files Added:

 

 

- Files Deleted:

 

 

 

 

 


Back to the top