Bug report #17835

Error in scrolling table in DB Manager in QGIS 2.99

Added by didier peeters over 6 years ago. Updated about 6 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:DB Manager
Affected QGIS version:master Regression?:Yes
Operating System:Mac Easy fix?:No
Pull Request or Patch supplied:No Resolution:fixed/implemented
Crashes QGIS or corrupts data:No Copied to github as #:25729

Description

When scrolling down a Postgis table in DB Manager after 200 rows the scrolling slows down and stops. Error found :
Traceback (most recent call last):
File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/db_manager/db_plugins/data_model.py", line 67, in data
val = self.getData(index.row(), index.column())
File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/db_manager/db_plugins/data_model.py", line 131, in getData
self.fetchMoreData(start)
File "/usr/local/Cellar/qgis3-dev/2.99/QGIS.app/Contents/MacOS/../Resources/python/plugins/db_manager/db_plugins/postgis/data_model.py", line 73, in fetchMoreData
self.cursor.scroll(row_start, mode='absolute')
TypeError: integer argument expected, got float

Associated revisions

Revision fa56aa55
Added by Nyall Dawson over 6 years ago

[dbmanager] Fix python error when scrolling postgis results

Fixes #17835

History

#1 Updated by Nyall Dawson over 6 years ago

  • Regression? changed from No to Yes

#2 Updated by Nyall Dawson over 6 years ago

  • % Done changed from 0 to 100
  • Status changed from Open to Closed

#3 Updated by Giovanni Manghi about 6 years ago

  • Resolution set to fixed/implemented

Also available in: Atom PDF