Commit graph

1437 commits

Author SHA1 Message Date
Jenny Tam e5a3767089 Added error handling for LOB types as output parameters 2017-11-03 10:00:08 -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 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
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
v-kaywon d7212e60cb change output biging to encoding utf8 2017-10-17 16:11:05 -07:00
v-kaywon f67240e566 change encoding to converting from long to string to UTF8 2017-10-17 16:02:12 -07:00
v-kaywon 9e847c1ca8 detect appveyor problem 2017-10-17 15:51:41 -07:00
v-kaywon 6b223a77c9 detect appveyor problem 2017-10-17 15:44:52 -07:00
v-kaywon 597d54476e detect appveyor problem 2017-10-17 15:37:59 -07:00
v-kaywon 3e247c6a25 detect appveyor problem 2017-10-17 15:30:27 -07:00
v-kaywon 98edd5df85 detect appveyor problem 2017-10-17 15:22:00 -07:00
v-kaywon 8397f7b8bf detect appveyor problem 2017-10-17 15:13:29 -07:00
v-kaywon acee5c4686 detect appveyor problem 2017-10-17 14:50:33 -07:00
v-kaywon a195e85049 detect appveyor problem 2017-10-17 14:03:13 -07:00
v-kaywon e3651e56c4 detect appveyor problem 2017-10-17 12:33:13 -07:00
v-kaywon 9b12fe39fd detect Appveyor problem 2017-10-17 11:28:53 -07:00
v-kaywon fd5c2b9a24 Merge remote-tracking branch 'upstream/dev' into bigintOutput 2017-10-17 11:27:10 -07:00
v-kaywon e190bca4dd fix bigint input in sqlsrv_bigint_outparam.phpt 2017-10-16 09:42:06 -07:00