From bdd8f35a4a34198aa81871c02c645b2e35ae1f41 Mon Sep 17 00:00:00 2001 From: v-kaywon Date: Thu, 13 Apr 2017 13:27:41 -0700 Subject: [PATCH] fix spacing in pdo_transaction --- test/pdo_sqlsrv/pdo_transaction.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pdo_sqlsrv/pdo_transaction.phpt b/test/pdo_sqlsrv/pdo_transaction.phpt index 28d395ce..724b0628 100644 --- a/test/pdo_sqlsrv/pdo_transaction.phpt +++ b/test/pdo_sqlsrv/pdo_transaction.phpt @@ -7,7 +7,7 @@ starts a transaction, delete rows and commit exec("IF OBJECT_ID('Table1', 'U') IS NOT NULL DROP TABLE Table1"); $conn->exec("CREATE TABLE Table1(col1 CHARACTER(1), col2 CHARACTER(1))");