Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] (no subject)

-           Summary:

 Fix bugzilla bug 116603   NPE thrown when executing preparedQuery.

 

-Bugzilla Bug (s) Resolved:

bug 91425,111644,115299115671

 

-Description:

Fix bugzilla bug 91425,111644,115299115671.

-Tests Description  :
Add a preference page for SQLDataSetEditor so that the number of schemas being fetched when the editor dialog is open can be customized.

-Files Added:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResultSetPreviewPage.java

 

-Files Edited:
/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/nls/messages.properties

/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java

/org.eclipse.birt.report.designer.ui/plugin.properties"

/org.eclipse.birt.report.designer.ui/plugin.xml

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/DateSetPreferencePage.java

 

-Files Deleted:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/preferences/DateSetPreviewPreferencePage.java

 

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

We have changed the behavior of sql data set editor page. We added a

preference page to birt which can limit the number of schemas being fetched

once sql dataset editor is open. If the number is set to 0 then no schema will

be fetch when the editor is open. By default the number of schema to be

fetched is 20.

 

We still fetch all tables in the collection(schema) being displayed to reduce

the number of communications between application and database, but by limiting

the number of collections I think the problem can be fixed as well.

- Notes to Documentation:  

 


Back to the top