remove include string in core_stmt.cpp

This commit is contained in:
v-kaywon 2017-11-20 16:06:39 -08:00
parent f815043a05
commit 20480812c2
5 changed files with 8 additions and 9 deletions

View file

@ -19,7 +19,6 @@
#include "core_sqlsrv.h"
#include <string>
#include <sstream>
#include <vector>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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