diff --git a/source/shared/core_stmt.cpp b/source/shared/core_stmt.cpp index a3aba2fa..a6195dda 100644 --- a/source/shared/core_stmt.cpp +++ b/source/shared/core_stmt.cpp @@ -19,7 +19,6 @@ #include "core_sqlsrv.h" -#include #include #include diff --git a/test/functional/pdo_sqlsrv/pdo_ae_insert_decimal.phpt b/test/functional/pdo_sqlsrv/pdo_ae_insert_decimal.phpt index 8f4690d6..4a51b434 100644 --- a/test/functional/pdo_sqlsrv/pdo_ae_insert_decimal.phpt +++ b/test/functional/pdo_sqlsrv/pdo_ae_insert_decimal.phpt @@ -56,7 +56,7 @@ try { ?> --EXPECT-- -Testing numbers greater than 1: +Testing numbers greater than 1 or less than -1: c0: -10 c1: -10.0 c2: -10.00 @@ -212,7 +212,7 @@ c5: 123456789012346261234567890123.46290 c7: 123456789012346261234567890123.4629000 c0: -13775323913775323913775323913775323913 -Testing numbers greater than 0 and less than 1: +Testing numbers between 1 and -1: c1: .1 c2: .10 c3: .100 diff --git a/test/functional/pdo_sqlsrv/pdo_ae_insert_scientificNot.phpt b/test/functional/pdo_sqlsrv/pdo_ae_insert_scientificNot.phpt index a077e1a7..14205f95 100644 --- a/test/functional/pdo_sqlsrv/pdo_ae_insert_scientificNot.phpt +++ b/test/functional/pdo_sqlsrv/pdo_ae_insert_scientificNot.phpt @@ -60,7 +60,7 @@ try { ?> --EXPECT-- -Testing numbers greater than 1: +Testing numbers greater than 1 or less than -1: c0: 10 c1: 10.0 c2: 10.00 @@ -249,7 +249,7 @@ c8: 13775320000.00000000 c9: 13775320000.000000000 c19: 13775320000.0000000000000000000 -Testing numbers greater than 0 and less than 1: +Testing numbers between 1 and -1: c0: -10 c1: -10.0 c2: -10.00 diff --git a/test/functional/sqlsrv/sqlsrv_ae_insert_decimal.phpt b/test/functional/sqlsrv/sqlsrv_ae_insert_decimal.phpt index 2bde7ae7..656c6025 100644 --- a/test/functional/sqlsrv/sqlsrv_ae_insert_decimal.phpt +++ b/test/functional/sqlsrv/sqlsrv_ae_insert_decimal.phpt @@ -55,7 +55,7 @@ try { ?> --EXPECT-- -Testing numbers greater than 1: +Testing numbers greater than 1 or less than -1: c0: -10 c1: -10.0 c2: -10.00 @@ -211,7 +211,7 @@ c5: 123456789012346261234567890123.46290 c7: 123456789012346261234567890123.4629000 c0: -13775323913775323913775323913775323913 -Testing numbers greater than 0 and less than 1: +Testing numbers between 1 and -1: c1: .1 c2: .10 c3: .100 diff --git a/test/functional/sqlsrv/sqlsrv_ae_insert_scientificNot.phpt b/test/functional/sqlsrv/sqlsrv_ae_insert_scientificNot.phpt index bfe77a98..16c78696 100644 --- a/test/functional/sqlsrv/sqlsrv_ae_insert_scientificNot.phpt +++ b/test/functional/sqlsrv/sqlsrv_ae_insert_scientificNot.phpt @@ -58,7 +58,7 @@ try { ?> --EXPECT-- -Testing numbers greater than 1: +Testing numbers greater than 1 or less than -1: c0: 10 c1: 10.0 c2: 10.00 @@ -247,7 +247,7 @@ c8: 13775320000.00000000 c9: 13775320000.000000000 c19: 13775320000.0000000000000000000 -Testing numbers greater than 0 and less than 1: +Testing numbers between 1 and -1: c0: -10 c1: -10.0 c2: -10.00