Commit graph

2306 commits

Author SHA1 Message Date
Jenny Tam 6d2b93881f
Changed keyword to ActiveDirectoryServicePrincipal (#1229) 2021-01-15 10:02:35 -08:00
Jenny Tam 7b961b0028
Updated version, change log and installation instructions for 5.9.0 (#1228) 2021-01-14 15:37:44 -08:00
Jenny Tam 7afe00d23a
Addressed static code analyis issues (prefast) (#1227) 2021-01-04 18:28:07 -08:00
Jenny Tam 53aaab847c
Replaced problematic strlen if possible (#1226) 2020-12-23 19:23:06 -08:00
Jenny Tam 61f3403d79
Updated linux and mac instructions and dropped 7.2 (#1220)
Also corrected versions in version.h
2020-11-30 17:40:22 -08:00
Jenny Tam 9524b2618f
Merge pull request #1219 from yitam/changelog
Update change log and version for 5.9.0 beta 2
2020-11-30 14:08:08 -08:00
Jenny Tam d3d55b3907 Applied review 2020-11-30 13:32:32 -08:00
Jenny Tam 3cf753bc73 Fixed typos 2020-11-30 11:19:06 -08:00
Jenny Tam 033788bc53 Update change log and version for 5.9.0 beta 2 2020-11-30 11:12:36 -08:00
Jenny Tam 6640952b7b
Merge pull request #1215 from yitam/testMac
Removed MACOSX_DEPLOYMENT_TARGET from config
2020-11-26 12:06:15 -08:00
Jenny Tam f59f0bcce7 Removed MACOSX_DEPLOYMENT_TARGET 2020-11-25 17:05:38 -08:00
Jenny Tam a161c33989
Fixed a bug in reading varbinary max fields (#1209) 2020-10-23 14:21:14 -07:00
Jenny Tam 6b1923cde2 Fixed buffer length when fetching binary fields as streams 2020-10-23 13:13:29 -07:00
Jenny Tam dff66a7982 Removed assert and added a new test 2020-10-21 18:28:46 -07:00
Jenny Tam cbd3c18cb6 Extended sqlsrv large stream test 2020-10-20 17:33:40 -07:00
Jenny Tam a1a657f8c6 Cleaned up the test 2020-10-19 17:23:34 -07:00
Jenny Tam 44dab5a378 Fixed a bug in reading varbinary max fields 2020-10-19 17:17:23 -07:00
Jenny Tam 537ae2d27d
Minimized warnings during compilation (#1205) 2020-10-16 15:17:58 -07:00
Jenny Tam 20f7a13ef0
Minor changes for PHP 8.0 RC2 (#1204) 2020-10-14 19:38:33 -07:00
Jenny Tam c6b198c5e9
Fixed coveralls with Azure Pipelines (#1203) 2020-10-13 18:14:57 -07:00
Jenny Tam 7b072b588c
Updated Azure Pipelines to call coveralls (#1201) 2020-10-09 17:29:59 -07:00
Jenny Tam 142629a1cf
Added new authentication keyword to support AAD Service Principal (#1199) 2020-10-08 12:30:04 -07:00
Jenny Tam e0a6b52f7a
Merge pull request #1198 from microsoft/master
Merge pull request #1197 from microsoft/dev
2020-10-06 15:43:37 -07:00
Jenny Tam d92cc3d58d
Merge pull request #1197 from microsoft/dev
5.9.0-preview1
2020-10-06 14:34:30 -07:00
Jenny Tam 59791f89c5
Merge pull request #1196 from yitam/dev
Reconciled master and dev
2020-10-06 11:19:59 -07:00
Jenny Tam a5f615683a 5.9.0-preview1 2020-10-05 16:55:07 -07:00
Jenny Tam 26656bce06
Fixed appveyor.yml (#1195) 2020-09-30 16:06:41 -07:00
Jenny Tam ec60302825
Updated drivers and tests to support PHP 8.0.0 RC1 (#1194) 2020-09-29 17:53:58 -07:00
Jenny Tam d2c7254442
Updated Appveyor to test against PHP 8.0.0 beta 4 (#1193) 2020-09-22 17:07:07 -07:00
Jenny Tam cb6364b343
Removed duplicate tests and updated client info regex (#1190) 2020-09-16 12:25:03 -07:00
Jenny Tam 7f9f3ddea0
Change version 5.9.0-preview1 (#1189) 2020-09-15 14:25:04 -07:00
Jenny Tam 00fe340a45
Updated Change Log, Linux instructions and READMEs (#1185) 2020-09-09 16:02:41 -07:00
Jenny Tam 0735c06f05
Used size of integers for rank field instead (#1187)
long is 64 bits on Linux and the data sent back from server will always be 32 bits for ranks
2020-09-03 14:55:13 -07:00
Jenny Tam 86adf470cb
Added rank info to sensitivity classification (#1183) 2020-09-02 10:39:54 -07:00
Jenny Tam f2cae4c34f
zend_list_close() returns void starting in php 8 beta3 (#1184) 2020-09-01 16:54:26 -07:00
Jenny Tam 9f1f27ec79
Updated zend api calls for php 8 beta2 (#1181) 2020-08-19 10:51:32 -07:00
Jenny Tam 402403e754
Allowed fetching numerics as binaries (#1180) 2020-08-14 16:37:54 -07:00
Jenny Tam 721d8e7b04
Added tests for passwords with non alpha characters and braces (#1179) 2020-08-13 12:22:07 -07:00
Jenny Tam 6349d06fee
Further reverted changes to distinguish datetime fields (#1178) 2020-08-12 17:24:39 -07:00
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 3dddbbb2e2
Updated ODBC version in appveyor and changed to VS 2019 (#1173) 2020-08-06 14:02:40 -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 a76ac3b460
Added new tests to compare types of fixed and variable widths (#1171) 2020-08-05 16:43:40 -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 cb489c3e69
Added right locales and updated locale tests to handle errors (#1168) 2020-07-29 10:43:00 -07:00
Jenny Tam e9090a4c2b
Added new tests for testing gb18030 (#1166) 2020-07-24 18:31:39 -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