baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

resultset not complete requesting an Informix database #219

Open spfeifer222 opened 2 years ago

spfeifer222 commented 2 years ago

Request the same query to an Informix database with the same JDBC driver results in result sets of different size for

(a) jaydebeapi (181) (b) DbVisualizer Free (198)

Could you explain why this could happen and how to archive the full resultset with jaydebeapi?