Bug report #13936
R script and data type qlonglong the output was always empty
Status: | Rejected | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.12.0 | Regression?: | No |
Operating System: | Windows 10 64 bit | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | up/downstream |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21953 |
Description
Using R scripts (especially Histogram and Summary statics) in processing QGIS I realized that:
the output was always empty (blank page) when I used with field data type 'qlonglong' (postgis views with GROUP BY and COUNT (*)).
I solved the problem with a simple casting or converting 'qlonglong' in 'integer'.
count (*) :: integer
History
#1 Updated by Giovanni Manghi over 7 years ago
- Regression? set to No
- Easy fix? set to No
#2 Updated by Giovanni Manghi over 7 years ago
A few providers are being removed from QGIS3 (they will be available as plugins), so the respective categories are also being removed from the bug tracker. Where necessary the tickets will be reassigned to "processing/core" to not leave them orphaned of category.
#3 Updated by Giovanni Manghi over 7 years ago
Some providers are being removed from QGIS/Processing (will be available as plugin) and so are their categories in the bug tracker. To not leave them orphaned of a category they are being reassigned to processing/core.
#4 Updated by Giovanni Manghi over 7 years ago
- Category changed from 124 to Processing/Core
#5 Updated by Alexander Bruy over 7 years ago
- Resolution set to up/downstream
- Description updated (diff)
- Status changed from Open to Rejected
Moved to plugin bugtracker https://github.com/alexbruy/processing-r/issues/3