Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 124985

-Summary:

Bug 124985 Data set component returns no rows for the JDBC driver

 

-Bugzilla Bug (s) Resolved:

Bugzilla bug 124985

  

-Description:

There should be a misunderstanding on method java.sql.Statement.setMaxRows(int max)

"max" here stands for the new max rows limit; zero means there is no limit

 

Snippet has been written to work around this though 

 

-Tests Description:   

-Files Added: 

-Files Edited:

/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java 

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

 


Back to the top