Commit graph

597 commits

Author SHA1 Message Date
Jenny Tam f02aefd6bd
Reverted the use of octet length and fixed tests (#1176) 2020-08-11 17:09:26 -07:00
Jenny Tam 284aca85ce
Updated checks to distinguish smalldatetime, datetime and datetime2 fields (#1175) 2020-08-07 18:33:12 -07:00
Jenny Tam 9365fc5201
Added insertion tests for encrypted smalldatetime and datetime columns (#1174) 2020-08-07 09:42:57 -07:00
Jenny Tam 9fc32baf69
Fixed get_field_as_string when using display size for large types (#1172) 2020-08-06 09:46:15 -07:00
Jenny Tam 6aa6c07681
Added tests to fetch empty strings with wrong php types (#1169) 2020-07-30 13:58:50 -07:00
Jenny Tam e1e0108b1f
Dropped the use of LOCK TIMEOUT (#1165) 2020-07-23 16:07:41 -07:00
Jenny Tam 460d9aa2df
Removed wrappers for Zend APIs (#1161) 2020-07-23 13:46:25 -07:00
Jenny Tam 550a7104a4
More safe guards against anomalous results (#1160) 2020-07-20 12:58:23 -07:00
Jenny Tam 92f796c07a
Modified source files based on some static analysis tools (#1155) 2020-07-14 17:22:46 -07:00
Jenny Tam ecbd53f712
Simplied conversions from strings to numbers (#1146) 2020-06-26 15:56:51 -07:00
Jenny Tam d5e1d8cfbc
Binding integers as output parameters with correct C types (#1144) 2020-06-23 13:52:50 -07:00
Jenny Tam d4a29fe332
Check exception when finalizing output parameters (#1143) 2020-06-22 15:42:32 -07:00
Jenny Tam f45f25745f
Conversion is unnecessary for numeric parameters (#1136) 2020-06-19 14:45:13 -07:00
Jenny Tam 06d7a496ae
PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
Jenny Tam 1aca278245
Remicollet issue tsrmls (#1130) 2020-04-20 15:17:21 -07:00
Jenny Tam 92f9810edd
More locale cases (#1115) 2020-04-16 15:29:37 -07:00
Jenny Tam 3d2f631a5a
Change log 5.8.1 (#1116) 2020-04-07 10:58:28 -07:00
Jenny Tam 7214e8d553
Set logger for driver API (#1107) 2020-03-25 09:53:18 -07:00
David Puglielli cd64173f95
Xplat alpine changes (#1094) 2020-02-19 16:09:10 -08:00
Jenny Tam af3097d5cf
Removed the use of a conversion matrix (#1095) 2020-02-19 14:27:36 -08:00
Jenny Tam ba05b247bf
Updated versions and year (#1082) 2020-01-23 11:55:33 -08:00
Jenny Tam 8d6ef75565
Include sql_variant type for buffered queries (#1080) 2020-01-22 08:01:59 -08:00
Jenny Tam 23f92effab
Added configurable options for setting locales (#1069)
#1063
2019-12-19 11:03:25 -08:00
David Puglielli eeec2f838d
Fixes suggested by Semmle (#1068)
* Fixes suggested by Semmle

* Updated azure-pipelines
2019-12-17 16:25:57 -08:00
Jenny Tam b41135a850
Change log 5.7.1 preview (#1060) 2019-11-25 15:20:30 -08:00
Jenny Tam b77bfa82f4
Saved php types with metadata when fetching (#1049) 2019-11-06 13:14:28 -08:00
David Puglielli 051328782d
Always Encrypted v2 support (#1045)
* Change to support ae-v2

* Add support for AE V2

* Added some descriptions and comments

* Fixed PDO pattern matching

* Updated key generation scripts

* Fixed key script

* Fixed char/nchar results, fixed formatting issues

* Addressed review comments

* Updated key scripts

* Debugging aev2 keyword failure

* Debugging aev2 keyword failure

* Debugging aev2 keyword failure

* Debugging aev2 keyword failure

* Added skipif to ae v2 keyword test

* Addressed review comments

* Fixed braces and camel caps

* Updated test descriptions

* Added detail to test descriptions

* Tiny change
2019-10-31 16:55:36 -07:00
Jenny Tam 6a7136d977
Feature request: support extended string types (#1043) 2019-10-23 15:12:52 -07:00
Jenny Tam 255752066d
Modified how drivers handle query timeout settings (#1037) 2019-09-18 07:49:14 -07:00
Jenny Tam 2792ece85d
Updated version to 5.7.0 preview (#1029) 2019-09-03 12:43:10 -07:00
Jenny Tam 65daa7a481
Addressed various issues with PHP 7.4 beta1 (#1015) 2019-07-29 08:02:50 -07:00
David Puglielli 1a2b49393c
Fixed for issues found by Semmle (#1011)
* Removed unneeded constants

* Fixed sqlsrv_free_stmt argument info

* Fixed brace escape to avoid buffer overflow

* Fixed brace escape and added test

* Debugging test failure on Bamboo

* Removed debugging output

* Debugging test failure on Bamboo

* Removed debugging output

* Added more test cases

* Changed range check to use strchr

* Added pdo test

* Fixed test and formatting
2019-07-23 15:12:55 -07:00
Jenny Tam b839ede878
Improve data caching with datetime objects (#1008) 2019-07-15 14:21:54 -07:00
Jenny Tam 5c42829438
Replaced uint with size_t (#1004) 2019-06-18 11:11:48 -07:00
Jenny Tam a092523a2e
Two index zval functions are macros in php 7.4 (#1001) 2019-06-07 15:45:42 -07:00
Jenny Tam ac59cfd56a
Redesigned some tests based on recent test results (#992) 2019-05-17 11:36:24 -07:00
David Puglielli f369ce6212
Merge pull request #989 from david-puglielli/issue-432-fix
Issue #432 fix
2019-05-13 15:24:18 -07:00
David Puglielli 1aa8dea2ae Corrected formatting 2019-05-13 11:14:53 -07:00
David Puglielli 06ff53daa8 Fixed locale issue 2019-05-11 13:35:12 -07:00
David Puglielli 9d9acc3627 Changed flag name 2019-05-10 13:03:22 -07:00
David Puglielli 6ad5c1e60d Added connection string flag 2019-05-09 16:56:18 -07:00
Jenny Tam ffd9849750
Fixed memory issues with data classification (#985) 2019-05-08 15:18:15 -07:00
Jenny Tam 9e90a42d1b
Data Classification sensitivity metadata retrieval (#979) 2019-05-01 08:03:33 -07:00
Jenny Tam a8e1138fd6
Modified get column meta method to reference saved metadata (#978) 2019-04-24 16:06:33 -07:00
David Puglielli a3456cdbcb
Merge pull request #972 from david-puglielli/redundant-apis
Fix for redundant calls to SQLNumResultCols and SQLRowCount
2019-04-15 15:56:52 -07:00
Jenny Tam fd24a9774a
Issue 970: use quotes for variables (#971) 2019-04-15 15:15:02 -07:00
David Puglielli ad1d990cda Addressed review comments 2019-04-15 13:48:48 -07:00
David Puglielli b025110194 Fixed test failure 2019-04-12 22:41:06 -07:00
David Puglielli 62738bacf3 Addressed review comments 2019-04-12 20:49:03 -07:00
David Puglielli 847493bdff Minor fixes 2019-04-11 12:33:39 -07:00
David Puglielli e2a6ece527 Fixed test and error message 2019-04-11 12:11:02 -07:00
David Puglielli 4b6b650db1 Added row and column count checks 2019-04-05 12:34:33 -07:00
David Puglielli a8a0146671 Removed forward cursor condition 2019-04-02 16:08:53 -07:00
David Puglielli 6325284919
Merge pull request #930 from gdegoulet/dev
add Language option on connect
2019-03-28 12:09:54 -07:00
Jenny Tam f76944de94 Merge tag 'v5.6.1' into HEAD
The hotfix for 5.6.0 RTW
2019-03-28 10:19:37 -07:00
Jenny Tam 3c71213575 5.6.1 hotfix 2019-03-18 16:50:19 -07:00
Jenny Tam 2c8f8caf8d Fix issue 955 - errors building sqlsrv alone (#956)
(cherry picked from commit 15f61bd0b4)
2019-03-18 16:37:27 -07:00
Jenny Tam 763913d7ca Fixed the returned values for PDOStatement::getColumnMeta (#946)
(cherry picked from commit 7309fb90b1)
2019-03-18 16:34:30 -07:00
Jenny Tam a6cee775f7 Issue 937 - fixed ASSERT and added new tests (#940)
(cherry picked from commit 12d01c9189)
2019-03-18 16:32:45 -07:00
Jenny Tam 15f61bd0b4
Fix issue 955 - errors building sqlsrv alone (#956) 2019-03-18 08:23:31 -07:00
Jenny Tam 840ebc2378
Fixed the error in Issue 570 (#952) 2019-03-14 11:17:14 -07:00
Jenny Tam 7309fb90b1
Fixed the returned values for PDOStatement::getColumnMeta (#946) 2019-03-08 11:43:36 -08:00
Jenny Tam 12d01c9189
Issue 937 - fixed ASSERT and added new tests (#940) 2019-02-27 16:54:26 -08:00
Guillaume Degoulet 5b2b7504da add Language option on connect 2019-02-13 13:56:12 +01:00
David Puglielli 9e49a176d8 Fixed load order issue in sqlsrv 2019-02-05 15:42:53 -08:00
Jenny Tam 04f531d813
Initialize hasLoss before passing into Convert function (#919) 2019-01-21 08:16:25 -08:00
Jenny Tam d6c8cc2e15
Changed version 5.6.0 (#918) 2019-01-16 10:19:01 -08:00
Jenny Tam 9a372582f9
Support for Managed Identity for Azure resources (#875) 2019-01-11 17:17:45 -08:00
Jannes Jeising 4efb54e45a Enable compiling extensions statically into PHP (#904) 2018-12-20 11:49:06 -08:00
Jenny Tam d4f840f630
Initialize output param buffer when allocating extra space (#907) 2018-12-17 12:25:37 -08:00
David Puglielli 2f92a262dc Improve performance of Unicode conversions (#891) 2018-12-04 13:00:34 -08:00
Jenny Tam 9195f84f60
Removed warning messages while compiling extensions (#892) 2018-12-03 12:08:21 -08:00
Jenny Tam ae29f73aee
Version update for 5.5.0-preview (#889) 2018-11-29 08:54:45 -08:00
Jenny Tam 76c595fc2b
Decimal places for money types only (#886) 2018-11-27 17:18:38 -08:00
Jenny Tam 69e82080ea
Modified config files to add the compiler flag, /Qspectre (#878) 2018-11-13 15:33:07 -08:00
Jenny Tam f4ad2ae1d4
Feature request 415 for pdo_sqlsrv (#873) 2018-11-02 14:34:27 -07:00
Jenny Tam b3072a99ee
Modified how to send stream data using SQLPutData and SQLParamData (#865) 2018-10-19 14:48:21 -07:00
Jenny Tam 18094a6cef
Feature request 415 for sqlsrv (#861) 2018-10-12 15:22:27 -07:00
Jenny Tam b523306919
Save meta data for the fetched result set (#855)
* Save meta data on fetched result sets

* Fixed a compilation error

* Optimized some more -- metadata should be available when fetching

* Skip conversion for strings of numeric values, integers, floats, decimals etc

* Set encoding char for numeric data

* Apply review
2018-10-05 15:01:18 -07:00
Jenny Tam 32732c885e
Clear AKV data after setting the connection attribute or when exception is thrown (#854)
* 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

* Clear AKV data after connection or when exception is thrown

* Modified tests too to skip some AKV tests without real credentials

* Used assignment operator also free the existing memory
2018-09-26 14:51:16 -07:00
Jenny Tam 88dfea339a
Updated version 5.4.0-preview (#846)
* Updated version 5.4.0-preview

* Replaced 5.3 with 5.4
2018-09-18 08:20:43 -07:00
Jenny Tam 902a03263e
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
2018-09-17 16:25:02 -07:00
Jenny Tam 7521f095ee
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
2018-09-17 16:24:52 -07:00
Jenny Tam e51380612d
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
2018-09-06 11:32:04 -07:00
Jenny Tam 084ab72406
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
2018-08-28 15:18:01 -07:00
Jenny Tam c209b7248f
Enabled Spectre Mitigations (#836) 2018-08-24 15:31:13 -07:00
Jenny Tam 6a688b3727
Modified the error handling to make it more flexible (#833)
* Made error handling more flexible

* Fixed a minor issue with a test
2018-08-20 14:51:33 -07:00
Jenny Tam 909d1fa130
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
2018-08-10 15:18:08 -07:00
David Puglielli ba9579b504
Merge pull request #827 from david-puglielli/string-initialisation-nulls
Fix for compilation problem again
2018-08-01 16:40:40 -07:00
David Puglielli 0b15997d3c Fix for compilation problem again 2018-08-01 16:14:34 -07:00
David Puglielli d699680cd4
Merge pull request #826 from david-puglielli/string-initialisation-nulls
Fix for compilation problem
2018-08-01 14:36:20 -07:00
David Puglielli 29f4ad710b Fix for compilation problem 2018-08-01 13:24:20 -07:00
David Puglielli 026c5d14d3
Merge pull request #825 from david-puglielli/string-initialisation-nulls
String initialisation to nulls
2018-07-31 18:28:57 -07:00
David Puglielli 41a7caf1c1 Made array index spacing consistent 2018-07-31 17:22:56 -07:00
David Puglielli a664a5fcf9 Removed some spaces 2018-07-31 14:58:21 -07:00
David Puglielli adf86f17ae Initialising strings with nulls 2018-07-31 13:16:32 -07:00
Jenny Tam b6d815bfc9
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
2018-07-26 15:21:03 -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 81ff0851ea
Removed win32 ifdefs re connection resiliency (#802) 2018-06-21 14:29:09 -07:00