Commit graph

626 commits

Author SHA1 Message Date
Jenny Tam 29d348f424 Merge branch 'dev' into codecov 2017-11-22 12:38:33 -08:00
Jenny Tam 33b4922921 Merge branch 'dev' into codecov 2017-11-21 16:33:38 -08:00
Jenny Tam ab5bdb4ac0 Merge branch 'dev' into describeParam 2017-11-21 15:29:09 -08:00
v-susanh 54f1e5e22f
support for non-utf8 locales (#598)
* support non-utf8 locales
2017-11-20 17:56:45 -08:00
Yuki Wong 325e5d20fe
Merge pull request #603 from v-kaywon/512changelog
512changelog
2017-11-20 15:39:37 -08:00
v-kaywon d35087c608 fix two odbc version test 2017-11-20 13:01:10 -08:00
Jenny Tam ee511175af Overhauled output.py to make it read the log file only once 2017-11-20 10:54:05 -08:00
Jenny Tam 8e79994974 Debugging output.py 2017-11-19 21:32:47 -08:00
Jenny Tam 4fc0c8f80e Modified connection tests 2017-11-18 22:06:29 -08:00
David Puglielli 7de536be2e
Merge pull request #600 from david-puglielli/nextrowset-revert
Fixed test issue with PHP 7.2
2017-11-17 20:15:27 -05:00
David Puglielli 873fe47b1d Fixed typo 2017-11-17 15:26:02 -08:00
David Puglielli 1efbab666a Fixed test issue with PHP 7.2 2017-11-17 15:04:12 -08:00
David Puglielli 01dd22cac2
Merge pull request #595 from david-puglielli/nextrowset-revert
Revert nextRowset changes
2017-11-16 22:06:12 -05:00
David Puglielli 0088d6191b Fixed space in error message 2017-11-16 17:55:33 -08:00
David Puglielli b2e962100d Refactored tests 2017-11-16 16:43:45 -08:00
Jenny Tam ef45560db0 Modified how to bind parameters when AE is enabled 2017-11-16 10:30:44 -08:00
David Puglielli 633024c22b Revert next result changes, improve tests 2017-11-15 17:39:00 -08:00
Jenny Tam 04f50341bc
Merge pull request #592 from yitam/nextResult
Fix to GitHub issues 574 and 580
2017-11-15 15:36:46 -08:00
Jenny Tam 04a1637f22
Merge pull request #590 from yitam/sqlsrvBuffer
Refactor sqlsrv tests with buffer or cursor
2017-11-15 11:02:59 -08:00
Jenny Tam d633691b5b Raised the initial buffer size and modified tests as per review 2017-11-10 15:04:07 -08:00
Jenny Tam 094e32dc19 Used sqlsrv_query() instead 2017-11-10 14:23:38 -08:00
Jenny Tam 52b612ece8 Fix to GitHub issue 574 2017-11-09 15:24:08 -08:00
Jenny Tam 1daa4f0623 Modified files as per review comments 2017-11-09 09:29:13 -08:00
Jenny Tam 41eec918c9 Merged ksp inc into MsHelper and refactored KSP tests 2017-11-08 15:04:04 -08:00
Jenny Tam 47c5512cf1 Applied review comments 2017-11-08 11:28:15 -08:00
Yuki Wong 07ac237def
Merge pull request #582 from v-kaywon/refactorPDOTests3
Refactor PDO tests with client buffer or table with all datatypes
2017-11-08 11:23:36 -08:00
v-kaywon 12f5e727b5 apply review commnets 2017-11-07 17:12:43 -08:00
David Puglielli 4d627a0880 Fixed phantom characters 2017-11-07 16:38:03 -08:00
David Puglielli e2e82b245b Fixed line endings 2017-11-07 16:06:19 -08:00
v-kaywon bedfd462f7 fix decimal related tests to work on SQL Server 2k12 2017-11-07 15:59:28 -08:00
Jenny Tam 6a14325f37 Refactor sqlsrv tests with buffer or cursor 2017-11-07 15:31:55 -08:00
David Puglielli e79f46b709 Fixed line endings 2017-11-07 15:28:24 -08:00
David Puglielli 91418df548 Added tests for manual verification 2017-11-07 15:04:50 -08:00
v-kaywon 7c02574cfc refactor pdostatement_GetDataType.phpt to use common method for different columns 2017-11-07 12:56:00 -08:00
v-kaywon 3d2c54ac2c test column encryption unsupported types in MsData_PDO_AllTypes.inc 2017-11-07 12:06:49 -08:00
v-kaywon 708a29c45d remove odl MsData.inc 2017-11-07 12:04:19 -08:00
v-kaywon b695cc1655 test column encryption unsupported types 2017-11-07 11:45:13 -08:00
v-kaywon ce23b38557 change to default API used for inserting row in pdo_ae_output_param.phpt 2017-11-07 10:01:14 -08:00
v-kaywon 8ea405b69e update AEData.inc and MsCommon_mid-refactor.inc for the ae related tests 2017-11-07 08:59:38 -08:00
v-kaywon 1e69c86d69 add refactored ae related tests 2017-11-06 17:30:11 -08:00
v-kaywon e09dd9163d add exception handling for pdo_transaction.phpt 2017-11-03 17:10:45 -07:00
v-kaywon a60992f8a5 address review comments 2017-11-03 17:01:09 -07:00
v-kaywon 0c74a27186 address review comments 2017-11-03 14:35:16 -07:00
Jenny Tam b44a5dd1fb Modified comments as per review feedback 2017-11-03 11:14:55 -07:00
Jenny Tam e5a3767089 Added error handling for LOB types as output parameters 2017-11-03 10:00:08 -07:00
v-kaywon 529c5aa77b fix typo in pdo_utf8_conn.phpt 2017-11-02 10:33:18 -07:00
v-kaywon a68abdbc6c change include file to MsCommon_mid-refactor.inc in pdo_quote.phpt 2017-11-02 09:51:01 -07:00
Yuki Wong 9bbc673023
Merge pull request #579 from v-kaywon/error_direct_emulate
added error handling for using direct_query and emulate_prepare in a Column Encryption enabled connection
2017-11-02 09:36:33 -07:00
v-kaywon 1317d67170 remove xfail from pdostatement_nextRowset.phpt 2017-11-01 17:24:17 -07:00
v-kaywon 50d3c19c47 refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00