Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 123701:Edit JDBC DataSet unresponsive when database has many tables

Title: [birt-dev]CheckIn:Fix bugzilla bug 123701:Edit JDBC DataSet unresponsive when database has many tables

- Summary:
Fixed bugzilla
123701


- Bugzilla Bug (s) Resolved:
Fix bug 123701


- Description:
Firstly retrieve the schema and lazy load the table information if the database's schema is available. Otherwise load the tables directly.


- Tests Description:
UI Feature

- Files Edited: 

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

- Files Added:

- Code Reviewer:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation: n


Back to the top