Commit graph

54 commits

Author SHA1 Message Date
Jenny Tam b65e28ccb6
5.5.0-preview (#903) 2018-12-07 15:03:48 -08: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 c676ae06d4 Addressed review comments 2018-05-25 16:33:20 -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 e2b48dffeb Updated change log based on review 2018-05-17 10:37:50 -07:00
Jenny Tam 3d51d769b8 Fixed one more link 2018-05-16 11:25:19 -07:00
Jenny Tam ebd7827123 Fixed the links 2018-05-16 11:20:42 -07:00
Jenny Tam c56fb3035e Changelog for 5.2.1-preview 2018-05-16 11:17:45 -07:00
David Puglielli d353411d76 Changelog and links updated 2018-04-04 17:19:39 -07:00
v-kaywon 7b2f8c99b8 address review comments 2018-03-15 13:54:20 -07:00
v-kaywon 4fa898d428 added changelog for 5.2.0 release 2018-03-15 10:49:55 -07:00
v-kaywon 876e4039f3 remove odbc17 links 2018-02-14 17:53:11 -08:00
v-kaywon 9e21382f73 remove ksp support in changelog 2018-02-14 16:56:30 -08:00
v-kaywon ab16d6cbd2 add limition of connection resiliency with connection pooling and always encrypted 2018-01-31 15:15:18 -08:00
v-kaywon 6a7609c436 add to changelog 2018-01-29 13:44:28 -08:00
v-kaywon 96f87fea9b change version 2018-01-26 16:37:30 -08:00
v-kaywon b8a213b3ea add changelog for 5.2.0 2018-01-26 16:28:04 -08:00
Jenny Tam d597e479d5 Change log for RC 2017-12-19 15:16:52 -08:00
v-kaywon d35087c608 fix two odbc version test 2017-11-20 13:01:10 -08:00
v-kaywon be2f92ce04 remove non-utf8 support from changelog 2017-11-20 12:30:09 -08:00
v-kaywon 6c862bd112 change changelog 2017-11-17 16:54:02 -08:00
v-kaywon acb0300271 change changelog and version.h for 5.1.2-preview 2017-11-17 16:12:57 -08:00
Jenny Tam 48b291d062 Update CHANGELOG.md
Minor changes about a known issue
2017-10-20 11:43:42 -07:00
Jenny Tam 4fe1a0a5b5 Updated known issues as per review comments 2017-10-20 11:20:00 -07:00
Jenny Tam 109d1429d0 Typos and minor changes 2017-10-20 10:12:56 -07:00
Jenny Tam 0ca7e7132e Change log for 5.1.1-preview 2017-10-20 10:06:06 -07:00
v-kaywon a257e806e2 added suse12 support 2017-09-20 16:33:08 -07:00
v-kaywon 54cb4b85fa add msodbcsql.msi 2017-09-19 16:45:01 -07:00
v-kaywon 0d3aced1e4 add limitation for windows 10 2017-09-19 16:33:06 -07:00
v-kaywon f46c8a168e change odbc binaries link to point to dev 2017-09-19 16:21:37 -07:00
v-kaywon 6182d40c85 added more known issues 2017-09-19 13:55:39 -07:00
v-kaywon 8a1a98f985 change changelog 2017-09-18 11:00:45 -07:00
v-kaywon b455b2c5b5 add changelog to driver 5.1.0 2017-09-15 14:35:10 -07:00
v-kaywon 9009af253c added link to lastInsertId wiki 2017-07-31 13:22:00 -07:00
v-kaywon 408f9a29e1 changed the word deprecated to removed 2017-07-31 13:16:56 -07:00
v-kaywon ecf316fb0f added to changelog for 5.0.0-preveiw release 2017-07-31 13:13:10 -07:00
Hadis Fard ed03dbf47c added 4.3.0 GA release changelog 2017-07-06 11:16:20 -07:00
Hadis Fard 3acaff6b16 4.3.0-RC1 changelog 2017-06-21 17:20:10 -07:00
Hadis Fard bc9ea9c20c Update CHANGELOG.md 2017-05-19 12:43:59 -07:00
yitam d3e5917927 4.2.0-preview 2017-05-19 12:25:08 -07:00
v-kaywon 40775c518c Update CHANGELOG.md 2017-05-10 09:41:24 -07:00
yitam 443d12e478 changelog for 4.1.8-preview 2017-04-05 15:47:18 -07:00
yitam 4fa5713dc8 changelog for 4.1.8-preview 2017-04-05 15:37:48 -07:00
v-kaywon f6a35a39f6 Update CHANGELOG.md 2017-03-07 11:24:40 -08:00
v-kaywon 27b97b2f51 Update CHANGELOG.md 2017-03-07 11:23:25 -08:00
v-kaywon bd9c739f88 Update CHANGELOG.md 2017-03-07 11:21:06 -08:00
v-kaywon 5763680dff added 4.1.7 to changedlog 2017-03-07 10:51:38 -08:00
v-dareck 75191e84fc Update version.h 2017-02-02 14:16:21 -08:00