Skip to content

Commit

Permalink
DataSet: Value discrepancy when storing large integers in number valu…
Browse files Browse the repository at this point in the history
…es (#3404)

relates to xibosignage/xibo#3404
  • Loading branch information
nadzpogi committed Aug 9, 2024
1 parent 80b2761 commit 7d717de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Entity/DataSetColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ private function sqlDataType()
switch ($this->dataTypeId) {

case 2:
$dataType = 'FLOAT';
$dataType = 'DOUBLE';
break;

case 3:
Expand Down

0 comments on commit 7d717de

Please sign in to comment.