Commit graph

1605 commits

Author SHA1 Message Date
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
Hadis Fard 47433be481
Merge pull request #585 from David-Engel/patch-1
Create issue_template.md
2017-11-03 15:19:25 -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
David Engel da5b32b2a8
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 12:11:19 -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 67c2448a3f Merge pull request #578 from Microsoft/dev
Dev
2017-10-26 10:50:51 -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
Jenny Tam 109d1429d0 Typos and minor changes 2017-10-20 10:12:56 -07:00
Jenny Tam 0ca7e7132e Change log for 5.1.1-preview 2017-10-20 10:06:06 -07:00
Yuki Wong b59fa30241 Merge pull request #572 from yitam/v511
update version to 5.1.1
2017-10-19 17:09:19 -07:00
Jenny Tam f25d5d59dd update version to 5.1.1 2017-10-19 15:14:02 -07:00
v-kaywon 94bedbe73b change Appveyor SQL2012SP1 flavor to use x86 2017-10-19 09:44:36 -07:00
v-kaywon 02e145d988 fix for right truncation error when precision of the column definition and input is not aligned 2017-10-18 18:10:30 -07:00
Yuki Wong def61df42c Merge pull request #567 from v-kaywon/bigintOutput
convert long output param to string, then convert back to long if less than max int
2017-10-18 17:31:27 -07:00
v-kaywon 6a4f625e56 change encoding 2017-10-18 15:40:58 -07:00
v-kaywon 78da835639 move opencppcoverage.exe down in appveyor.xml 2017-10-18 14:20:16 -07:00
v-kaywon 02b3d6df28 change appveyor SQL2016 to run on x86 platform 2017-10-18 13:41:13 -07:00
v-kaywon f2f3bc1ff5 change encoding 2017-10-18 13:08:07 -07:00
v-kaywon f4c736a073 only change encoding if it is invalid 2017-10-18 12:17:52 -07:00
v-kaywon b73539c311 remove setting encoding in core_stmt.cpp 2017-10-18 11:17:55 -07:00
v-kaywon 3f171471c0 add contrinue_after_cpp_exception option to OpenCppCoverage 2017-10-18 09:31:46 -07:00
v-kaywon 68df220418 undo changes in appveyor.yml 2017-10-17 16:17:01 -07:00
v-kaywon a5125dff54 undo changes in appveyor.yml 2017-10-17 16:13:42 -07:00