Commit graph

518 commits

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