Skip to content

Commit

Permalink
Bugfix: DataSet's value discrepancy when storing large integers in nu…
Browse files Browse the repository at this point in the history
…mber values (#2696)

relates to xibosignage/xibo#3404
  • Loading branch information
nadzpogi authored Aug 13, 2024
1 parent 7e213fc commit 39dff1b
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 39dff1b

Please sign in to comment.