Commit graph

1422 commits

Author SHA1 Message Date
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 b8d7917f38 Merge pull request #573 from yitam/511preview
Version 5.1.1-preview release
2017-10-25 11:34:24 -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
v-kaywon 83ca7b498b add comment do pdo_bigint_outparam.phpt and sqlsrv_bitint_outparam.phpt 2017-10-13 16:00:57 -07:00
v-kaywon b5a0d1f859 cosmetic changes 2017-10-13 15:50:50 -07:00
David Puglielli ed168525db Merge pull request #563 from david-puglielli/codecov-int
Integrate code coverage for AppVeyor
2017-10-13 14:50:33 -07:00
David Puglielli 71418aeb7d output diff files before calculating coverage 2017-10-13 12:38:57 -07:00
David Puglielli ce30301537 removed upload token 2017-10-12 15:46:53 -07:00
v-kaywon 628e04e402 fix spacing in expected output in pdo_bigint_outparam.phpt and sqlsrv_bigint_outparam.phpt 2017-10-12 12:20:30 -07:00
v-kaywon c30f2d6100 change encoding to SYSTEM when converting int to string for inout and output param 2017-10-12 11:33:45 -07:00
v-kaywon a0e886273f convert long output param to string, then convert back to long if less than max int 2017-10-11 18:03:14 -07:00
David Puglielli ac2010c9ae badge added to readme 2017-10-11 14:42:58 -07:00
David Puglielli 0d4d2e9e38 add optimised build flag 2017-10-11 13:43:57 -07:00
David Puglielli 62154ba204 change token to ms 2017-10-11 13:07:53 -07:00
Yuki Wong edac5b2d25 Merge pull request #557 from v-kaywon/refactorPDOTests
Refactor pdo tests
2017-10-11 10:45:30 -07:00
Jenny Tam 232078239f Merge pull request #566 from yitam/Refactor1
Refactoring sqlsrv tests using a newly added AE namespace
2017-10-11 09:57:21 -07:00
v-kaywon 1d31afe531 change regex to use ODBC Driver 1[1-9] in pdo_warnings.phpt 2017-10-11 09:55:19 -07:00
v-kaywon 73680725d7 remove XFAIL section from pdo_prepare_emulatePrepare_decimal.phpt 2017-10-10 17:39:52 -07:00