View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 10316 | Bug reports | Survey editing | public | 2016-02-05 15:01 | 2016-02-10 21:03 |
| Reporter | ollehar | Assigned To | |||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 2.50.x | ||||
| Target Version | 2.50.x | ||||
| Summary | 10316: Can't search surveys using postgres | ||||
| Description | CDbCommand failed to execute the SQL statement: SQLSTATE[42883]: Undefined function: 7 ERROR: operator does not exist: integer ~~ unknown /var/www/lime25/limesurvey/framework/db/CDbCommand.php(543) 543 throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}', | ||||
| Steps To Reproduce | Go to survey list, search. | ||||
| Tags | No tags attached. | ||||
| Bug heat | 4 | ||||
| Complete LimeSurvey version number (& build) | latest | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | postgres | ||||
| Server OS (if known) | linux | ||||
| Webserver software & version (if known) | chromium | ||||
| PHP Version | 5.6 | ||||
|
Comparing an integer (survey ID) to a string using 'LIKE' is a type mismatch. |
|
|
using strong type is a mismatch ^^ |
|
|
I removed the comparison in another commit |
|
|
2.5 Build 160210 released |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-02-05 15:01 | ollehar | New Issue | |
| 2016-02-05 19:39 | c_schmitz | Assigned To | => LouisGac |
| 2016-02-05 19:39 | c_schmitz | Status | new => assigned |
| 2016-02-05 19:40 | c_schmitz | Note Added: 34642 | |
| 2016-02-08 20:06 |
|
Note Added: 34754 | |
| 2016-02-08 20:06 |
|
Note Added: 34755 | |
| 2016-02-08 20:06 |
|
Status | assigned => resolved |
| 2016-02-08 20:06 |
|
Resolution | open => fixed |
| 2016-02-10 21:03 | c_schmitz | Note Added: 34863 | |
| 2016-02-10 21:03 | c_schmitz | Status | resolved => closed |
| 2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |