Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Change the time point when save QueryDefinition to report document.

- Summary:

CheckIn: Change the time point when save QueryDefinition to report document.


- Bugzilla Bug (s) Resolved:
No.


- Description:
Change the time point when save QueryDefinition to report document. In old implementation the QueryDefinition is saved when result set is close, however that would be of problem when engine processing “progressive viewing”. Change the time point so that when the result set is create the QueryDefinition is saved.

 


- Tests Description:
 Junit Test

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"

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

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java"

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

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

 

 


Back to the top