Update pdo_output_decimal.phpt

This commit is contained in:
v-kaywon 2017-03-15 09:26:02 -07:00 committed by GitHub
parent 33b5d0bf4c
commit 43cafcaf86

View file

@ -44,6 +44,9 @@ try
$outValue = trim($outValue);
echo "outValue with no scale specified in decimal type: $outValue\n";
$stmt = $conn->exec("DROP PROCEDURE $proc_scale");
$stmt = $conn->exec("DROP PROCEDURE $proc_no_scale");
$stmt = null;
$conn = null;
}