Commit graph

1998 commits

Author SHA1 Message Date
Jenny Tam b65e28ccb6
5.5.0-preview (#903) 2018-12-07 15:03:48 -08:00
David Engel eb679eab6a
Update survey image link 2018-11-13 16:32:43 -08:00
David Puglielli 14acf00073
Merge pull request #857 from BackEndTea/patch-1
Change readme links to https
2018-10-01 15:58:35 -07:00
Gert de Pagter 80442d45db
Change readme links to https 2018-10-01 23:01:10 +02:00
Jenny Tam b47cec284b
Dev to Master - 5.4.0-preview (#853)
* Fixed the potential error reported by Prefast code analysis

* Use SQLSRV_ASSERT for checking NULL ptrs

* For these AKV tests check env despite not AE connected

* Added the driver option to run functional tests

* Fixed connection pooling tests for more than one ODBC drivers

* added driver option to pdo isPooled.php

* Removed win32 ifdefs re connection resiliency (#802)

* 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

* Changed int to SQLLEN to avoid infinite loop (#806)

* Version 5.3.0 (#803)

* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments

*  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

* Streamlined two very similar large column name tests (#807)

* Streamlined two very similar large column name tests

* Changed the EOL

* Updates to change log and readme (#811)

* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments

* Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2

* Fixed expected output

* Fixed output and skipifs

* Fixed skipifs and output

* Fixed driver name

* Updated installation instructions and sample script (#813)

* Updated instructions and sample test for 5.3.0 RTW

* Fixed sample code to adhere to php coding standard

* Fixed cases and spaces

* Modified NOTE for UB 18.04 based on review comments

* Added 'exit'

* Modified change log and readme based on review to PR 811

* Applied review comments

* build output to debug appveyor failure

* removed debug output

* Streamlined two very similar large column name tests (#815)

* Streamlined two very similar large column name tests

* Added random number of test table names to avoid operand clash issues

* Replaced to with for based on review

* Changelog updated

* changelog updated, test skipif changed to run on unix platforms

* Fixed skipif typo

* Fixed typo in skipif for pdo

* Fixed some output for Travis

* Moved error checking inside pdo connres tests

* Added links back to changelog

* Fixed output for sqlsrv connres tests

* Fixed output

* Fixed output again

* Fixed skipifs for connres

* Tweaked per review comments

* Changes made to source and tests to support PHP 7.3 (#822)

* Changes made to support php 7.3

* Correct use of the smart pointer

* Fixed the tests for 7.3

* Some clean up for array_init()

* Fixed formattings and clean up

* One more fix

* Initialising strings with nulls

* Removed some spaces

* Made array index spacing consistent

* Fix for compilation problem

* Fix for compilation problem again

* Before freeing stmt in destructor check if dbh driver data is NULL  (#829)

* Issue 434 - set dbh driver data to NULL as well in destructor

* Reverted the last change but instead check if dbh driver_data is already freed

* Modified the comment

* Added driver to the skipif conditions (#831)

* Used git clone instead to download source from a branch of a tag (#832)

* Modified the error handling to make it more flexible (#833)

* Made error handling more flexible

* Fixed a minor issue with a test

* Enabled Spectre Mitigations (#836)

* Incorporated changes in PR 634 to pdo_sqlsrv (#834)

* Incorporated changes in PR 634 to pdo_sqlsrv

* Reverted the changes because the array is for internal use only

* Modified README re user's suggestion (#841)

* Modified README re user's suggestion

* Moved the if condition to the end as per review

* Adding supporting for Azure AD access token (#837)

* Adding supporting for Azure AD access token

* Added more comments for the AD access token skipif files

* Save the pointer to access token struct until after connecting

* Clear the access token data before freeing the memory

* Added a reference as per review

* Feature request - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for pdo_sqlsrv to return datetime as objects (#842)

* Feature request - issue 648

* Fixed constructor for field_cache and added another test

* Added tests for FETCH_BOUND

* Added a new test for output param

* Modified output param test to set attributes differently

* Removed a useless helped function in a test

* Combined two new tests into one as per review

* Uncommented dropTable

* Feature request - add ReturnDatesAsStrings option to statement level for sqlsrv  (#844)

* Added ReturnDatesAsStrings option to the statement level

* Added new tests for ReturnDatesAsStrings at statement level

* Added more datetime types as per review

* Updated version 5.4.0-preview (#846)

* Updated version 5.4.0-preview

* Replaced 5.3 with 5.4

* Fixed sqlsrv datetime tests to connect with ColumnEncryption variables (#849)

* Change log for 5.4.0-preview (#850)

* Updated change log for 5.4.0-preview

* Updated 5.4.0 preview to add two new feature requests

* Modified change log as per review

* Modified the wordings

* Updated readme, changelog, and install instructions
2018-09-24 13:26:43 -07:00
Jenny Tam 9654020d67
Dev (#820)
* Fixed the potential error reported by Prefast code analysis

* Use SQLSRV_ASSERT for checking NULL ptrs

* For these AKV tests check env despite not AE connected

* Added the driver option to run functional tests

* Fixed connection pooling tests for more than one ODBC drivers

* added driver option to pdo isPooled.php

* Removed win32 ifdefs re connection resiliency (#802)

* 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

* Changed int to SQLLEN to avoid infinite loop (#806)

* Version 5.3.0 (#803)

* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments

*  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

* Streamlined two very similar large column name tests (#807)

* Streamlined two very similar large column name tests

* Changed the EOL

* Updates to change log and readme (#811)

* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments

* Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2

* Fixed expected output

* Fixed output and skipifs

* Fixed skipifs and output

* Fixed driver name

* Updated installation instructions and sample script (#813)

* Updated instructions and sample test for 5.3.0 RTW

* Fixed sample code to adhere to php coding standard

* Fixed cases and spaces

* Modified NOTE for UB 18.04 based on review comments

* Added 'exit'

* Modified change log and readme based on review to PR 811

* Applied review comments

* build output to debug appveyor failure

* removed debug output

* Streamlined two very similar large column name tests (#815)

* Streamlined two very similar large column name tests

* Added random number of test table names to avoid operand clash issues

* Replaced to with for based on review

* Changelog updated

* changelog updated, test skipif changed to run on unix platforms

* Fixed skipif typo

* Fixed typo in skipif for pdo

* Fixed some output for Travis

* Moved error checking inside pdo connres tests

* Added links back to changelog

* Fixed output for sqlsrv connres tests

* Fixed output

* Fixed output again
2018-07-20 17:24:48 -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
David Puglielli 1edd16d4a5 made bigint string for x64 too 2018-05-23 17:23:16 -07:00
David Puglielli 1b98036ca2 Added unset to free conns/stmts 2018-05-23 16:19:53 -07:00
David Puglielli 13e69b54bc Fixed bigint insertion bug in x86 2018-05-23 15:42:36 -07:00
Jenny Tam 05833bf8c6 Modified BVT stream tests to make them more robust 2018-05-23 12:56:04 -07:00
David Puglielli e0f9afae2f
Merge pull request #768 from david-puglielli/azure-key-vault-support
Azure key vault support
2018-05-18 14:43:36 -07:00
David Puglielli e2ed131b41 Final style fixes 2018-05-18 14:05:18 -07:00
David Puglielli 10ea9286d8 Fixed coding style 2018-05-18 12:24:37 -07:00
Jenny Tam 84f0168432
Merge pull request #775 from yitam/vso2913
Extend output buffer sizes with SQL decimals or numerics
2018-05-18 07:49:59 -07:00
David Puglielli 757a84fd4c Added constant for AKV name 2018-05-17 16:24:40 -07:00
David Puglielli eaa9446cab Workaround for 32-bit error 2018-05-17 15:11:39 -07:00
Jenny Tam 64e2241ba2 Extend output buffer sizes with SQL decimals or numerics 2018-05-17 13:06:22 -07:00
David Puglielli a0ade5d7a5 Fixed connect_driver tests 2018-05-17 12:15:31 -07:00
David Puglielli 85bda819b2 Skipping Ubuntu on verification akv tests 2018-05-17 11:37:26 -07:00
Jenny Tam e2b48dffeb Updated change log based on review 2018-05-17 10:37:50 -07:00
Jenny Tam 6eb96d9944 Merge branch 'dev' into changelog 2018-05-17 10:22:10 -07:00
Jenny Tam 196fe497e6
Merge pull request #773 from yitam/Issue699Test
Added test case for Issue 699
2018-05-17 07:51:03 -07:00