View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
17219 | Bug reports | Other | public | 2021-03-31 14:37 | 2021-07-12 11:53 |
Reporter | zufolo441 | Assigned To | c_schmitz | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 4.4.15 | ||||
Summary | 17219: wrong field type detect in answers view list | ||||
Description | Hi, when I try to filter answers by an integer field I obtain an error: SELECT COUNT(*) FROM "lime_survey_683358" "t" WHERE "683358X22X479" LIKE :ycp0 That field is an integer, so the LIKE operator isn't available in PostgreSQL. Thanks! | ||||
Steps To Reproduce | list answers and try to filter an integer field. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 4.4.15 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox 87 | ||||
Database type & version | PostgreSQL 11.9 | ||||
Server OS (if known) | BSD 12.2 | ||||
Webserver software & version (if known) | Apache 2.4 | ||||
PHP Version | 7.1.33 | ||||
Way to reproduce :
|
|
index.php/admin/responses/sa/browse/surveyid/$surveyID |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=31435 |
|
Fix committed to 3.x-LTS branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=31437 |
|
Release done. |
|
LimeSurvey: master 5423d57d 2021-03-31 20:24 Details Diff |
Fixed issue 17219: Filter on numeric fields in response view does not work on Postgres |
Affected Issues 17219 |
|
mod - application/controllers/admin/responses.php | Diff File | ||
mod - application/models/SurveyDynamic.php | Diff File | ||
LimeSurvey: 3.x-LTS dccd862f 2021-03-31 20:24 Details Diff |
Fixed issue 17219: Filter on numeric fields in response view does not work on Postgres |
Affected Issues 17219 |
|
mod - application/controllers/admin/responses.php | Diff File | ||
mod - application/models/SurveyDynamic.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-31 14:37 | zufolo441 | New Issue | |
2021-03-31 15:10 | DenisChenu | Note Added: 63749 | |
2021-03-31 17:29 | zufolo441 | Note Added: 63764 | |
2021-03-31 17:29 | zufolo441 | File Added: Screenshot_20210331_172845.png | |
2021-03-31 18:24 | c_schmitz | Changeset attached | => LimeSurvey master 5423d57d |
2021-03-31 18:24 | c_schmitz | Note Added: 63765 | |
2021-03-31 18:24 | c_schmitz | Assigned To | => c_schmitz |
2021-03-31 18:24 | c_schmitz | Resolution | open => fixed |
2021-03-31 18:25 | c_schmitz | Status | new => resolved |
2021-03-31 18:25 | c_schmitz | Changeset attached | => LimeSurvey 3.x-LTS dccd862f |
2021-03-31 18:25 | c_schmitz | Note Added: 63766 | |
2021-07-12 11:53 | c_schmitz | Note Added: 65329 | |
2021-07-12 11:53 | c_schmitz | Status | resolved => closed |