зеркало из https://github.com/microsoft/msphpsql.git
Update sqlsrv_statement_format_money_scales.phpt
Do not encrypt money / smallmoney fields in the test table
This commit is contained in:
Родитель
2f92a262dc
Коммит
ac8ea11126
|
@ -48,7 +48,7 @@ function createTestTable($conn)
|
|||
$column = "col_$i";
|
||||
$dataType = 'money';
|
||||
|
||||
array_push($colMeta, new AE\ColumnMeta($dataType, $column));
|
||||
array_push($colMeta, new AE\ColumnMeta($dataType, $column, null, true, true));
|
||||
}
|
||||
AE\createTable($conn, $tableName, $colMeta);
|
||||
|
||||
|
@ -164,4 +164,4 @@ sqlsrv_close($conn);
|
|||
echo "Done\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
Done
|
||||
Done
|
||||
|
|
Загрузка…
Ссылка в новой задаче