Commit graph

1290 commits

Author SHA1 Message Date
David Puglielli 13e1f1742e Integrate codecov by adding bash command to travis.yml 2017-10-03 15:19:09 -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
David Puglielli 4349a3c029 Changed mssql-server-linux tag 2017-10-02 15:36:03 -07:00
David Puglielli 6aa062f7d6 Changed mssql-server-linux tag 2017-10-02 15:28:51 -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 4151f8f5d1 Minor fixes 2017-09-29 20:47:24 -07:00
David Puglielli 4674f58a15 Update stmt.cpp 2017-09-29 16:18:27 -07:00
David Puglielli 9e928672d4 Update pdo_stmt.cpp 2017-09-29 16:17:39 -07:00
David Puglielli dc6e2a34fa Update sqlsrv_empty_result_error.phpt 2017-09-29 14:52:51 -07:00
David Puglielli 0728a1da5a Update pdo_empty_result_error.phpt 2017-09-29 14:52:33 -07:00
David Puglielli fae3e6539d Merge pull request #558 from david-puglielli/perf-script-suse-update
Update performance test script for SUSE
2017-09-29 17:32:38 -04:00
David Puglielli 494527d465 Tweaked tests, added comments per code review comments 2017-09-29 14:30:29 -07:00
David Puglielli f7ff2825fe updated suse install commands to build pyodbc from source 2017-09-29 11:14:49 -07:00
David Puglielli 554ae999be Merge pull request #549 from david-puglielli/odbc-readme-update
Added install requirements to readme
2017-09-28 20:42:35 -04:00
David Puglielli 426a16c0ce Update README.md 2017-09-28 17:18:26 -07:00
David Puglielli 7315d4426a Fixed test output 2017-09-28 15:19:38 -07:00
David Puglielli 257b1cd671 Fixed test outputs 2017-09-28 15:00:14 -07:00
David Puglielli 3acab1ae0c Fixed tests and added code comments 2017-09-28 14:16:50 -07:00
Yuki Wong 61f881136a Merge pull request #550 from v-kaywon/fixPODQuoteNul
Fix PDO::quote with string containing ASCII NUL character
2017-09-28 12:23:10 -07:00
David Puglielli d56446c41c More tiny fixes 2017-09-27 18:08:24 -07:00
David Puglielli 7713b70d1f Fixed typos again 2017-09-27 17:50:20 -07:00
David Puglielli d039cf66a7 Fixed typos 2017-09-27 17:18:38 -07:00
David Puglielli a749010a67 Moved errors back to pdo_stmt and stmt.cpp 2017-09-27 17:01:20 -07:00
David Puglielli 66a12d3330 Fixed errant variable name 2017-09-26 18:38:48 -07:00
David Puglielli 68bb42b2cf Moved check to core_sqlsrv_next_result to avoid suppressing a different error message 2017-09-26 18:33:49 -07:00
David Puglielli 1045ea40a9 fixed conflicts 2017-09-26 16:11:24 -07:00
David Puglielli 270f2b446e Use core_sqlsrv_has_any_result to check for null results 2017-09-26 16:02:30 -07:00
David Puglielli be2be4bb27 Merge remote-tracking branch 'upstream/dev' into nextrowset-fix 2017-09-26 15:04:40 -07:00
David Puglielli f0d3399ff8 Merge branch 'dev' into odbc-readme-update 2017-09-26 14:59:38 -04:00
David Puglielli 2f8ba00595 Update README.md 2017-09-26 11:58:09 -07:00
v-kaywon 5ac1c73533 add description to test 2017-09-26 11:33:56 -07:00
David Puglielli ca9ba63672 Update README.md 2017-09-26 11:17:35 -07:00
v-susanh 6d3ea18fed moved test descriptions to DESCRIPTION section (#554) 2017-09-25 16:37:27 -07:00
Yuki Wong 14c2af281e Merge pull request #544 from v-kaywon/changeUTC
fix handling decimal type with no decimal with always encrypted
2017-09-25 13:33:56 -07:00
v-kaywon 0d5bd2490b change variable name isCompat to isCompatible 2017-09-25 12:29:15 -07:00
Jenny Tam cba037a809 Merge pull request #463 from yitam/userScripts
adding test users for testing in Azure -- the password tests for both drivers require re-design
2017-09-25 12:27:30 -07:00
David Puglielli f11c2084f2 Update sqlsrv_empty_result_error.phpt 2017-09-22 00:33:37 -04:00
David Puglielli 2c28d0bf31 Update stmt.cpp 2017-09-22 00:13:33 -04:00
David Puglielli 0d06dea2e8 Fixed compile bug 2017-09-21 18:37:23 -07:00
David Puglielli 7046086f60 Fixed test failures by moving logic back to stmt.cpp and pdo_stmt.cpp 2017-09-21 18:27:56 -07:00
David Puglielli 8666ea63c7 Fixed bug for sqlsrv too, sqlsrv test added 2017-09-21 17:55:59 -07:00
v-kaywon 57a41d71e9 fix PDO::quote api when input string contain a NUL ASCII character 2017-09-21 15:59:54 -07:00
v-kaywon d72504b730 add comments to sqltype compatibility tests 2017-09-21 15:48:48 -07:00
David Puglielli fac0842210 Added install requirements to readme 2017-09-21 12:58:18 -07:00
v-kaywon 75c03f05d3 Merge remote-tracking branch 'upstream/dev' into dev 2017-09-20 16:37:59 -07:00
Yuki Wong 54141c86ac Merge pull request #547 from v-kaywon/changelog510
added suse12 support in changelog
2017-09-20 16:34:01 -07:00
v-kaywon a257e806e2 added suse12 support 2017-09-20 16:33:08 -07:00
v-susanh 51e6f9c812 fixed libc6 and libstdc++6 dependencies (#546) 2017-09-20 16:21:40 -07:00