Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 131011: Support running query based on report document data (part1)

- Summary:
Fix 131011 (part1)


- Bugzilla Bug (s) Resolved:
[131011]: Support running query based on report document data


- Description:
This bug will need to change the code a lot, so I divide the check in to several parts and keep every check in is self-contained in logic. This check in is the first part: Support saving the data of data set, but this logic is temporarily bypassed to wait for other features are finished.


- Tests Description:
Junit Test


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/DiskCache.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/MemoryCache.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/ResultSetCache.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/SmartCache.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultObject.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/CachedResultSet.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSave.java


- Files Added:

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/CacheUtil.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/ResultSetUtil.java

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

 

- 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