Skip to content

Commit

Permalink
Revert "Changed to LONG type because number type can not be registere…
Browse files Browse the repository at this point in the history
…d normally"
  • Loading branch information
yajra committed Jan 4, 2018
1 parent 357704f commit 80f7ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pdo/Oci8/Statement.php
Expand Up @@ -426,7 +426,7 @@ public function bindParam($parameter, &$variable, $dataType = PDO::PARAM_STR, $m
break;

case PDO::PARAM_INT:
$ociType = SQLT_LNG;
$ociType = SQLT_INT;
break;

case PDO::PARAM_STR:
Expand Down

0 comments on commit 80f7ffb

Please sign in to comment.