Commit graph

1467 commits

Author SHA1 Message Date
Jenny Tam d633691b5b Raised the initial buffer size and modified tests as per review 2017-11-10 15:04:07 -08:00
Jenny Tam 52b612ece8 Fix to GitHub issue 574 2017-11-09 15:24:08 -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
David Puglielli c983bcafcb
Merge pull request #589 from david-puglielli/odbc32-crash-fix
Fixed crash caused by non-freed reference
2017-11-08 01:29:20 -05: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
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
David Puglielli 10aa50ced0 Fixed crash caused by non-freed reference 2017-11-06 15:48:51 -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
Jenny Tam 628e0c9233
Merge pull request #584 from yitam/textTypes
Added error handling for LOB types as output parameters
2017-11-03 16:42:22 -07:00
Hadis Fard 4543ed19e5
Merge pull request #586 from David-Engel/patch-2
Create issue_template.md
2017-11-03 15:20:36 -07:00
v-kaywon 0c74a27186 address review comments 2017-11-03 14:35:16 -07:00
David Engel 4a894d3d4f
Create issue_template.md
This should create a template for new issues per:
https://help.github.com/articles/creating-an-issue-template-for-your-repository/
2017-11-03 13:45:13 -07:00
Jenny Tam ef144000c3 Fixed the typo in the comment 2017-11-03 12:17:43 -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
v-kaywon 8083c65e5c change test title in test 2017-11-01 16:46:56 -07:00
Jenny Tam bd001a5b1a
Merge pull request #575 from yitam/Refactor2
Refactored SQLSRV tests to test AE with various data types
2017-10-31 14:59:59 -07:00
v-kaywon 2ce10aceb0 change error messages 2017-10-31 09:41:34 -07:00
Jenny Tam 4ac4245672 Added insertRowEx function 2017-10-30 14:20:31 -07:00
Jenny Tam 83a378b4c2 Missed a few tests for skipif 2017-10-27 09:44:46 -07:00
Jenny Tam 886a7d78b8 Use the correct skipif 2017-10-27 09:32:57 -07:00
Jenny Tam 886b0af488 Modified tests based on review 2017-10-27 09:08:53 -07:00
v-kaywon 631f80a9af added error handling for using direct_query and emulate_prepare in a Column Encryption enabled connection 2017-10-26 13:58:38 -07:00
Yuki Wong 779c39abc2 Merge pull request #571 from v-kaywon/AEdecimalprecision
fix for right truncation error when precision of the column definition and input is not aligned
2017-10-26 13:43:27 -07:00
Jenny Tam 786bd507d2 Fixed tests with money or binary types 2017-10-26 12:46:45 -07:00
Jenny Tam 4d364e1a5b Modified tests as per review comments 2017-10-26 10:48:36 -07:00
Jenny Tam b8d7917f38 Merge pull request #573 from yitam/511preview
Version 5.1.1-preview release
2017-10-25 11:34:24 -07:00
Jenny Tam 2bcaf17c0a Changed huge bigint values to strings 2017-10-24 14:07:45 -07:00
Jenny Tam 63d7a99c91 Print error messages for fatal errors 2017-10-24 09:22:30 -07:00
Jenny Tam c55ad3ed9f Refactored SQLSRV tests to test AE with various data types 2017-10-23 17:04:35 -07:00
v-kaywon 7a496acfbe change test title in pdo_decimal_precision.phpt and sqlsrv_decimal_precision.phpt 2017-10-20 15:10:56 -07:00
Jenny Tam 48b291d062 Update CHANGELOG.md
Minor changes about a known issue
2017-10-20 11:43:42 -07:00
Jenny Tam 4fe1a0a5b5 Updated known issues as per review comments 2017-10-20 11:20:00 -07:00