|
From: Zoltan B. <zb...@du...> - 2005-07-05 21:30:48
|
Hi, Bob Doan =EDrta: > All, >=20 > If anyone has time can you try: > http://www.sicom.com/~bdoan/rlib-1-3.4.tar.gz >=20 > This release includes numerous bug fixes along with pretty serious > double free bug in RPDF which was cauing RLIB to crash randomly and/or > you could not run RLIB in a loop generating reports. >=20 > Let me know if it works for you >=20 > - Bob here's a fix for the ODBC datasource. Problem is, SQLRowCount() is optional. I tested some PostgreSQL ODBC versions and not all of them support it, and when it's not supported, it returns -1. It makes the report only use the first record of the result set. So I fixed the ODBC datasource to not rely on the number of rows. Patch is attached. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |