Commit graph

2382 commits

Author SHA1 Message Date
Jenny Tam 9eef0b946c
Fixed the helper method for inserting nulls to binary fields (#1287) 2021-08-12 08:05:48 -07:00
Jenny Tam 656767aa16
Replaced strftime with IntlDateFormatter (#1286) 2021-08-10 15:27:39 -07:00
Jenny Tam fd48bcbf69
Made some tests more robust and work with PHP 8.1 (#1285) 2021-07-30 17:00:33 -07:00
Jenny Tam 5e607a802c
PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
Jenny Tam 277872619e
Replaced vector with map for TVP constituent columns (#1281) 2021-07-19 15:54:59 -07:00
Jenny Tam 9f6ef12076
Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
Jenny Tam b3b2acea8f
Fix warning compiling core_stmt.cpp (#1275) (#1277)
converting to non-pointer type 'long int' from NULL

Co-authored-by: Michele Locati <michele@locati.it>
2021-07-05 14:19:29 -07:00
Jenny Tam cc92fc5701
Updated Readme file with useful links (#1274) 2021-06-29 14:10:56 -07:00
Jenny Tam 66b7ced5f9
Updated BVT tests to test against only one database (#1273) 2021-06-25 17:41:31 -07:00
Jenny Tam d255591633
Fixed build script and failing tests (#1268) 2021-06-10 17:59:08 -07:00
Jenny Tam c91fe5c42b
Replaced ZVAL_NEW_ARR with array_init (#1267) 2021-06-09 13:00:04 -07:00
Jenny Tam af61d06bfb
Simplified get_field_as_string and made it more robust (#1265) 2021-06-08 12:37:28 -07:00
Jenny Tam a14cb70ad3
Changed how schema is provided for TVP input (#1264) 2021-06-02 12:16:51 -07:00
Jenny Tam b49cb5106f
Simplified parse_param_array in sqlsrv (#1262) 2021-05-27 13:15:40 -07:00
Jenny Tam 0da75f5b92
Implemented table-valued parameter support (#1257) 2021-05-25 15:36:01 -07:00
Jenny Tam 5f2a14c8e9
Cleaned up redundant code (#1260) 2021-05-18 16:56:49 -07:00
Jenny Tam 7313fa0c8b
Updated pdo_sqlsrv_get_driver_methods as per documentation (#1259) 2021-05-17 17:37:19 -07:00
Jenny Tam 3bc0624dad
Refactored parameter processing and handling (#1239) 2021-05-10 16:33:14 -07:00
Jenny Tam a06e30dcfb
Updated code coverage excludes and ODBC driver (#1256) 2021-05-07 12:11:14 -07:00
Jenny Tam e57d5aab46
Simplified pdo quote and lastinsertid implementation further (#1254) 2021-05-05 18:21:16 -07:00
Jenny Tam 7fad440fa1
Simplified implementations of last insert id and quote (#1251) 2021-04-29 13:41:29 -07:00
Sergei Morozov fcd7b64a4b
Use lower-case object names in PDO::lastInsertId($name) (#1245) 2021-03-31 13:24:19 -07:00
Jenny Tam f7e24bd098
Fixed two column encryption tests to encrypt columns (#1236) 2021-02-17 15:48:11 -08:00
Jenny Tam 3da84185c1
Moved metadata cleanup to parent class (#1233) 2021-02-04 20:03:46 -08:00
Jenny Tam 00de4738ce
Merge pull request #1232 from microsoft/dev
5.9.0 RTW
2021-01-29 14:50:06 -08:00
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 e7e7a8d636
Merge pull request #1221 from microsoft/dev
5.9.0-beta2
2020-12-02 12:30:14 -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