View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06858 | Bug reports | Survey taking | public | 2012-11-12 16:46 | 2012-11-16 10:40 |
Reporter | Holzhauer | Assigned To | c_schmitz | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Fixed in Version | 2.00+ | ||||
Summary | 06858: Large integer inputs get truncated | ||||
Description | Large numbers are truncated, e.g. "11289371823480213476" becomes "11289371823480000000.0000000000" although the MySQL data type DECIMAL(30,10) should cover those numbers exactly. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 121024 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox 15.0.1 | ||||
Database type & version | MySQL 5.5.25 | ||||
Server OS (if known) | Windows 7 | ||||
Webserver software & version (if known) | XAMPP USB lite Version 1.8.0 | ||||
PHP Version | 5.4.4 | ||||
I put in the wrong build number. The correct one is 121106 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10280 |
|
The reason is that PHP cannot handle numbers that big. |
|
Fix committed to 2.1 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=10307 |
|
New version 2.00+ Build 121116 released |
|
LimeSurvey: master 4b7c883d 2012-11-13 21:19 Details Diff |
Fixed issue 06858: Large number inputs get truncated |
Affected Issues 06858 |
|
mod - application/helpers/sanitize_helper.php | Diff File | ||
LimeSurvey: 2.1 aa2a250c 2012-11-13 21:19 Details Diff |
Fixed issue 06858: Large number inputs get truncated |
Affected Issues 06858 |
|
mod - application/helpers/sanitize_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-12 16:46 | Holzhauer | New Issue | |
2012-11-12 16:46 | Holzhauer | File Added: IntegersTruncated.lss | |
2012-11-12 17:15 | Holzhauer | Note Added: 22090 | |
2012-11-13 20:53 | c_schmitz | Assigned To | => c_schmitz |
2012-11-13 20:53 | c_schmitz | Status | new => assigned |
2012-11-13 21:19 | c_schmitz | Changeset attached | => LimeSurvey master 4b7c883d |
2012-11-13 21:19 | c_schmitz | Note Added: 22128 | |
2012-11-13 21:19 | c_schmitz | Resolution | open => fixed |
2012-11-13 21:21 | c_schmitz | Note Added: 22129 | |
2012-11-13 21:22 | c_schmitz | Status | assigned => resolved |
2012-11-13 21:22 | c_schmitz | Fixed in Version | => 2.00+ |
2012-11-15 20:41 | c_schmitz | Changeset attached | => LimeSurvey 2.1 aa2a250c |
2012-11-15 20:41 | c_schmitz | Note Added: 22204 | |
2012-11-16 10:40 | c_schmitz | Note Added: 22248 | |
2012-11-16 10:40 | c_schmitz | Status | resolved => closed |