Commit graph

2215 commits

Author SHA1 Message Date
David Puglielli 0495513c07 Fixed skipifs and output 2018-07-11 16:27:03 -07:00
David Puglielli 82be8141a3 Fixed output and skipifs 2018-07-11 11:29:34 -07:00
David Puglielli b2f7b206c5 Fixed expected output 2018-07-10 19:44:48 -07:00
David Puglielli af9f77e1d1 Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2 2018-07-10 17:07:03 -07:00
Jenny Tam bbfe6df4cd
Updates to change log and readme (#811)
* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments
2018-07-05 10:58:04 -07:00
Jenny Tam 5aa9be7e13
Streamlined two very similar large column name tests (#807)
* Streamlined two very similar large column name tests

* Changed the EOL
2018-07-03 16:47:14 -07:00
Jenny Tam aef3830479
Modified AE fetch phptypes test to insert only one row at a time and loop through php types (#801)
* Modified AE fetch phptypes test to insert only one row at a time and loop through php types

* Fixed formatting
2018-06-27 13:14:10 -07:00
Jenny Tam 197489ab4f
Version 5.3.0 (#803)
* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments
2018-06-27 11:03:52 -07:00
Jenny Tam ae0b95b757
Changed int to SQLLEN to avoid infinite loop (#806) 2018-06-27 11:03:30 -07:00
Jenny Tam eeea7878fb
Set the driver argument for getDSN to null by default (#798)
* Added the driver argument to getDSN

* Dropped the driver argument but set to null as default

* Removed the AE condition in locale support

* Modified the AE condition for locale support
2018-06-26 13:41:07 -07:00
Jenny Tam 81ff0851ea
Removed win32 ifdefs re connection resiliency (#802) 2018-06-21 14:29:09 -07:00
Jenny Tam 53e4da40de
Merge pull request #796 from yitam/connPooltests
Fixed connection pooling tests for more than one ODBC drivers
2018-06-11 14:24:07 -07:00
Jenny Tam d554492344 added driver option to pdo isPooled.php 2018-06-11 12:10:33 -07:00
Jenny Tam 17fa64ac79 Fixed connection pooling tests for more than one ODBC drivers 2018-06-11 11:36:22 -07:00
Jenny Tam ea6381c34b
Merge pull request #793 from yitam/addDriverOption
Added the driver option to run functional tests
2018-06-08 17:17:04 -07:00
Jenny Tam 071e897e2d Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
Jenny Tam 90c6443cb2
Merge pull request #791 from yitam/fixODBC13tests
For these AKV tests check env despite not AE connected
2018-06-07 15:28:26 -07:00
Jenny Tam f6e450b408 For these AKV tests check env despite not AE connected 2018-06-07 13:54:35 -07:00
Jenny Tam 5a666103dd
Merge pull request #789 from yitam/moreAsserts
Use SQLSRV_ASSERT for checking NULL ptrs
2018-06-06 14:34:27 -07:00
Jenny Tam 44d1bb39ba Use SQLSRV_ASSERT for checking NULL ptrs 2018-06-06 13:18:58 -07:00
Jenny Tam 3585bf5a5c
Merge pull request #788 from yitam/fillLastID
Fixed the potential error reported by Prefast code analysis
2018-06-05 16:03:57 -07:00
Jenny Tam 10ff344fca Fixed the potential error reported by Prefast code analysis 2018-06-05 13:09:51 -07:00
Jenny Tam 8f9ecdebce
Merge pull request #787 from Microsoft/dev
Dev
2018-05-30 12:10:13 -07:00
David Puglielli 4509756066
Merge pull request #785 from david-puglielli/ae-test-experiments
Fixed akv test failures with win encryption
2018-05-29 17:13:05 -07:00
David Puglielli 9d1eafd6b3 Fixed encryption check 2018-05-29 16:22:26 -07:00
David Puglielli b1288208a5 Fixed akv test failures with win encryption 2018-05-29 14:40:45 -07:00
Jenny Tam 9e75dfefa7
Merge pull request #779 from yitam/changelog
Changelog for 5.2.1-preview
2018-05-29 14:30:50 -07:00
Jenny Tam 99b91f8059
Merge pull request #784 from yitam/fixCount
Check if returned error is empty first before using count()
2018-05-29 13:55:40 -07:00
Jenny Tam b7a9ec6124 Check if returned error is empty first before using count() 2018-05-29 10:04:05 -07:00
David Puglielli 13144d9c5e
Merge pull request #783 from david-puglielli/type-conversion-for-ae
Added select type conversion test
2018-05-28 15:48:18 -07:00
David Puglielli c348aadd68 Addressed review comments 2018-05-28 15:08:46 -07:00
David Puglielli d35575b164 Added select type conversion test and updated values 2018-05-25 21:47:25 -07:00
Jenny Tam 45f422abba
Merge pull request #780 from yitam/version
Modified version.h for 5.2.1-preview
2018-05-25 16:48:13 -07:00
Jenny Tam fbd686cb7a
Merge pull request #782 from yitam/FixStreamTests
Fixed the bvt streams tests
2018-05-25 16:46:12 -07:00
Jenny Tam c676ae06d4 Addressed review comments 2018-05-25 16:33:20 -07:00
David Puglielli 0861f06351
Merge pull request #781 from david-puglielli/akv-verification-test-fix
Split akv verification tests to fix SSL issue
2018-05-25 15:45:57 -07:00
David Puglielli ff0e46071d dropped tables at end 2018-05-25 15:19:20 -07:00
David Puglielli 1747df1ced addressed review comments 2018-05-25 14:42:32 -07:00
David Puglielli bd9d85b862 Refactored some akv tests, other small changes 2018-05-25 13:08:35 -07:00
Jenny Tam 3c405f4b4c Shifted NOTES 2018-05-25 12:01:08 -07:00
Jenny Tam 997e80ce74 Added High Sierra and modified the macOS instructions 2018-05-25 11:59:22 -07:00
Jenny Tam 9e8d674473 Fixed the bvt streams tests 2018-05-25 10:25:39 -07:00
Jenny Tam 6817c7b4d4 Modified the comments to clarify things 2018-05-25 09:38:23 -07:00
Jenny Tam 8f5c7061d6
Corrected the expected output 2018-05-25 09:27:48 -07:00
David Puglielli cee6370fda Split akv verification tests to fix SSL issue 2018-05-24 17:15:55 -07:00
Jenny Tam d26440b207 Modified version.h for 5.2.1-preview 2018-05-24 16:30:12 -07:00
Jenny Tam 8356b153cc Fixed some typos 2018-05-24 15:47:13 -07:00
Jenny Tam 4c06237eb9 Added a couple more fixes and elaborated some comments 2018-05-24 15:44:55 -07:00
Jenny Tam f0eefafa2e
Merge pull request #776 from yitam/streamTests
Modified BVT stream tests to make them more robust
2018-05-24 10:45:49 -07:00
David Puglielli 5c46d4b038
Merge pull request #777 from david-puglielli/bigint-x86-test-fix
Fixed bigint insertion bug in x86
2018-05-23 17:46:02 -07:00