Commit graph

1488 commits

Author SHA1 Message Date
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
Jenny Tam 616f70ded6 applied changes as per review comments 2017-10-10 16:54:20 -07:00
v-kaywon c7343bd0f4 fix MsCommon_mid-refactor 2017-10-10 16:32:11 -07:00
v-kaywon c38c94c3fa updated MsCommon_mid-refactor.inc; change connect function to use ERRMODE constants 2017-10-10 16:12:04 -07:00
v-kaywon 318e5312c2 apply review changes 2017-10-10 15:56:41 -07:00
David Puglielli 586d5537cd Do pdo and sqlsrv 2017-10-10 15:18:43 -07:00
David Puglielli 5ef1c152f3 Quieten output messages to avoid monstrous logs 2017-10-10 13:19:03 -07:00
David Puglielli 3a2b21c164 Adding coverage for child processes 2017-10-10 12:54:20 -07:00
v-kaywon d10af00511 apply review changes 2017-10-10 11:34:59 -07:00
Jenny Tam f76ec856ee used sqlsrv_query when AE is not enabled 2017-10-10 10:11:45 -07:00
Jenny Tam 8cd6d9182a removed the debug lines 2017-10-10 08:53:40 -07:00
David Puglielli 5f09ad6bea Adding multiple tests for coverage 2017-10-06 22:35:30 -07:00
David Puglielli aeddda4d43 Still diagnosing path error 2017-10-06 21:28:08 -07:00
David Puglielli 4bffd86202 Still diagnosing path error 2017-10-06 21:04:18 -07:00
Jenny Tam 6eed2f8b5f use prepare for insert when AE is enabled 2017-10-06 16:34:49 -07:00
Jenny Tam 371a8c0442 fixed a typo in insertRow() 2017-10-06 15:02:19 -07:00
Jenny Tam 3da164c638 used AE\connect() in skipif 2017-10-06 14:55:08 -07:00
David Puglielli 073745c2f9 Still diagnosing path error 2017-10-06 14:30:53 -07:00
David Puglielli 8a75b43fb8 Diagnosing path error 2017-10-06 13:45:13 -07:00
David Puglielli 4996f8648f Trying xml coverage file 2017-10-06 13:05:04 -07:00
David Puglielli c1d0d0b2d3 Trying html coverage file 2017-10-06 12:41:33 -07:00
David Puglielli 17fea1e717 Calling codecov from correct directory 2017-10-05 17:40:14 -07:00
David Puglielli e76353ef91 Fixed coverage tool command 2017-10-05 17:07:14 -07:00
David Puglielli f32cb11c7a Fixed coverage tool command 2017-10-05 16:53:56 -07:00
David Puglielli 84a1be7b2b Fixed coverage tool command 2017-10-05 16:31:23 -07:00
David Puglielli e2b9a3e53e Fixed coverage tool command 2017-10-05 16:14:50 -07:00
David Puglielli 46e6c1d20b Fixed coverage tool command 2017-10-05 16:09:41 -07:00
David Puglielli 1431e9a5ab Fixed coverage tool command 2017-10-05 16:07:19 -07:00
David Puglielli 3a59bb1308 Fixed coverage tool command 2017-10-05 15:56:03 -07:00
David Puglielli fb2432eb6f Fixed coverage tool command 2017-10-05 15:52:35 -07:00
David Puglielli aa49641a30 Fixed coverage tools install 2017-10-05 15:48:47 -07:00
David Puglielli ed51290959 Fixed coverage tools install 2017-10-05 15:40:07 -07:00
David Puglielli cef494883e Fixed coverage tools install 2017-10-05 15:37:39 -07:00
David Puglielli 31714848dc Merge pull request #560 from david-puglielli/skip-fix-connres-aad
Skip fix connres aad
2017-10-05 17:46:33 -04:00
David Puglielli 9613e56af6 Added OpenCPPCoverage and CodeCov to appveoyr.yml 2017-10-05 14:41:25 -07:00
David Puglielli 5362b2ef4f Changed skipif file names to less than 2017-10-05 13:24:46 -07:00
Jenny Tam 0a155f07a1 merged dev changes to datetime test 2017-10-05 08:30:23 -07:00
Jenny Tam 2fcdbaca4d Merge branch 'dev' into Refactor1 2017-10-05 08:25:58 -07:00
Yuki Wong 8d6c149a0a Merge pull request #565 from v-kaywon/fixDatatimeTest
Fix datatime test
2017-10-04 16:57:27 -07:00