Commit graph

536 commits

Author SHA1 Message Date
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