Commit graph

563 commits

Author SHA1 Message Date
v-kaywon 7a496acfbe change test title in pdo_decimal_precision.phpt and sqlsrv_decimal_precision.phpt 2017-10-20 15:10:56 -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
v-kaywon a5125dff54 undo changes in appveyor.yml 2017-10-17 16:13:42 -07:00
v-kaywon acee5c4686 detect appveyor problem 2017-10-17 14:50:33 -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
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
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
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
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 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 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
Jenny Tam 30a1da3c04 Merge branch 'Refactor1' of https://github.com/yitam/msphpsql into Refactor1 2017-10-04 16:52:42 -07:00
Jenny Tam cf31031b53 Use constants plus changes to BindParamOption and insertRow 2017-10-04 16:51:15 -07:00
v-kaywon 55a02df5ba remove XFAIL section from tests 2017-10-04 16:26:50 -07:00
Jenny Tam f9825909f3 Update MsSetup.inc 2017-10-04 14:44:41 -07:00
Jenny Tam a7e0baf897 Merge branch 'dev' into Refactor1 2017-10-04 14:42:33 -07:00
v-kaywon e9e19fdf4b Merge branch 'refactorPDOTests' of https://github.com/v-kaywon/msphpsql into refactorPDOTests 2017-10-04 14:38:26 -07:00
v-kaywon dd21442f5d fix typo in tests when column encryption is off 2017-10-04 14:36:47 -07:00
Jenny Tam 39c4be46ec Refactoring sqlsrv tests using a new AE namespace plus mostly cosmetic changes 2017-10-04 14:22:56 -07:00
v-kaywon cee7884a19 fix sqlsrv_ae_insert_sqltype_datetime.phpt 2017-10-04 13:54:52 -07:00
Yuki Wong 07b11f1b16 Merge branch 'dev' into refactorPDOTests 2017-10-04 13:38:07 -07:00
v-kaywon 944ec31f82 follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
Jenny Tam ce8d444977 Merge pull request #552 from yitam/missingDriver
Search for installed ODBC driver(s) in non-Windows env and more error handling when driver option is set
2017-10-03 15:05:49 -07:00
David Puglielli a1d613054e Merge pull request #520 from david-puglielli/nextrowset-fix
Added empty result set check to nextRowset()
2017-10-03 14:31:56 -04:00
David Puglielli 70b20a2bb9 Fixed regex output 2017-10-02 16:19:23 -07:00
Jenny Tam f9cc00791a Merge branch 'dev' into missingDriver 2017-10-02 15:36:41 -07:00
David Puglielli cc0d71d163 Fixed EXPECTF test output 2017-10-02 14:10:12 -07:00
David Puglielli 95f76757d0 Merge branch 'nextrowset-fix' of https://github.com/david-puglielli/msphpsql into nextrowset-fix 2017-10-02 13:47:29 -07:00
David Puglielli 5f243357a5 fixed line endings 2017-09-29 21:11:45 -07:00
David Puglielli 9fc7e4bf4b added skipifs to connres and aad tests 2017-09-29 21:06:05 -07:00
David Puglielli 4151f8f5d1 Minor fixes 2017-09-29 20:47:24 -07:00
David Puglielli 329fa3409e Added skipif for SQL Server 2014 2017-09-29 17:25:14 -07:00
Jenny Tam bbc2701140 Made changes as per review comments 2017-09-29 15:54:34 -07:00