merged dev changes to datetime test

This commit is contained in:
Jenny Tam 2017-10-05 08:30:23 -07:00
parent 2fcdbaca4d
commit 0a155f07a1
2 changed files with 6 additions and 8 deletions

View file

@ -338,8 +338,6 @@ function createTable($conn, $tbname, $columnMetaArr)
*/
function insertRow($conn, $tbname, $inputs, &$r = null, $api = INSERT_QUERY)
{
require 'MsSetup.inc';
$stmt = null;
if (!isColEncrypted() && $api < INSERT_QUERY_PARAMS) {
$insertSql = getInsertSqlComplete($tbname, $inputs);

View file

@ -88,20 +88,20 @@ sqlsrv_close($conn);
?>
--EXPECT--
Testing date:
Testing date:
Test successfully done.
Testing datetime:
Testing datetime:
Test successfully done.
Testing datetime2:
Testing datetime2:
Test successfully done.
Testing smalldatetime:
Testing smalldatetime:
Test successfully done.
Testing time:
Testing time:
Test successfully done.
Testing datetimeoffset:
Testing datetimeoffset:
Test successfully done.