Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Remove property "RELATIONINFORMATION" from connection property of XML driver.

-Summary:

Remove propery “RELATIONINFORMATION” from connection property of XML driver.

 

-Bugzilla Bug (s) Resolved:

None

 

-Description:

In original implementation of XML driver, the table infos are defined when the connection is created and cannot be changed afterward. Now we change the implementation and the tables are defined when the query is prepared so that provide more flexibility.  


-Tests Description:
None.

 

-Files Edited:  

"/org.eclipse.birt.report.data.oda.xml/plugin.xml"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/Query.java"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/i18n/messages.properties"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java"

"/org.eclipse.birt.report.data.oda.xml/test/org/eclipse/birt/report/data/oda/xml/ResultSetTest.java"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParser.java"

"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/Connection.java"

"/org.eclipse.birt.report.data.oda.xml/test/org/eclipse/birt/report/data/oda/xml/QueryTest.java" 

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:

 

 

 


Back to the top