View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09491 | Bug reports | Central participant database | public | 2015-02-03 19:43 | 2015-05-08 09:16 |
Reporter | Witz | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09491: Id column and Primary key is not generated when the survey is re-activated. | ||||
Description | Id column and Primary key is generated in the survey table when the survey is activated first time. But, Id column and Primary key is not generated when the survey is deactivated and then re-activated. The survey is working without Id column and Primary key in the database table. It could affect to the performance when there are lots of records in the table. Without an identity column, it's not indexed and any query of the table requires a complete table scan as you know. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | 141229 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MS-SQL 10.0 | ||||
Server OS (if known) | Windows Server 2008 R2 | ||||
Webserver software & version (if known) | IIS7.0 | ||||
PHP Version | 5.3.8 | ||||
There was a mistake in my original description. Id column is generated but "primary key" is NOT assigned when the survey is re-activated. |
|
I just tested on postgresql. It works fine. |
|
Yep, same than MySQL (mysql do it itself). SUrely linked with http://bugs.limesurvey.org/view.php?id=9140#c30534 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14925 |
|
2.05+ Build 150508 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-03 19:43 | Witz | New Issue | |
2015-02-04 09:27 | DenisChenu | Relationship added | related to 09140 |
2015-02-05 16:18 | Witz | Note Added: 31639 | |
2015-02-11 00:18 | aesteban | Note Added: 31650 | |
2015-02-12 09:13 | DenisChenu | Note Added: 31681 | |
2015-02-12 10:57 | c_schmitz | Assigned To | => c_schmitz |
2015-02-12 10:57 | c_schmitz | Status | new => assigned |
2015-02-12 10:57 | c_schmitz | Status | assigned => resolved |
2015-02-12 10:57 | c_schmitz | Fixed in Version | => 2.05+ |
2015-02-12 10:57 | c_schmitz | Resolution | open => fixed |
2015-02-12 10:58 | c_schmitz | Changeset attached | => LimeSurvey master bf79d41a |
2015-02-12 10:58 | c_schmitz | Note Added: 31683 | |
2015-05-08 09:16 | c_schmitz | Note Added: 32131 | |
2015-05-08 09:16 | c_schmitz | Status | resolved => closed |