Commit graph

2370 commits

Author SHA1 Message Date
SAEKI Yoshiyasu a11822b154
Fixed ActiveDirectoryMsi Authentication behavior when specified UID (#1374)
* ActiveDirectoryMsi uid-specified support
2022-03-18 14:49:32 -07:00
Sicong ba53591cf5
Fix Appveyor pipeline (#1379) 2022-03-15 17:08:40 -07:00
Sicong 2bf5501fa4
Update issue templates (#1369) 2022-02-02 21:36:20 -08:00
Jenny Tam 0997c25896
Update suse in Linux-mac-install.md (#1362) 2022-01-27 13:33:25 -08:00
Sicong 2533bbdff6
Reformat issue template (#1364) 2022-01-25 15:58:57 -08:00
Jenny Tam 00470ccd12
Modified locale tests for issue 1063 (#1363) 2022-01-24 18:28:05 -08:00
Sicong fe3c6ee2cb
Update version numbers (#1361) 2022-01-20 15:34:53 -08:00
Jenny Tam bdd143f4e5
Updated survey results 2021 (#1360) 2022-01-20 13:46:00 -08:00
Jenny Tam 5ccf93ff21
Updated README files (#1359) 2022-01-20 12:56:07 -08:00
Jenny Tam b5ad6ae5b4
Updated Linux + Mac instructions (#1355) 2022-01-19 15:30:28 -08:00
Jenny Tam fcc55ac5d4
Updated Change Log about what to support (#1353) 2022-01-13 18:00:15 -08:00
Jenny Tam cde5223367
Update yml for azure pipelines (#1354) 2022-01-13 17:20:36 -08:00
Jenny Tam 0c10bb956b
Update change log and version for 5.10 RTW (#1352) 2022-01-12 11:20:10 -08:00
Jenny Tam 34e20db69d
Added HostNameInCertificate (#1350) 2022-01-05 08:59:48 -08:00
Jenny Tam e2dd5137a4
Simple fixes after static analyses (#1348) 2022-01-04 12:22:14 -08:00
Jenny Tam c9a5e8eeaa
Replaced ODBC Driver 11 with 18 (#1347) 2021-12-21 17:04:17 -08:00
Jenny Tam c395539132
Added ComputePool (#1342) 2021-12-07 15:29:03 -08:00
Jenny Tam 3e571bb384
Merge pull request #1340 from microsoft/encrypt 2021-12-07 12:28:34 -08:00
yitam 84e7d67aec Made the tests more robust 2021-12-06 18:01:03 -08:00
yitam dad6e4c245 Update how PHP drivers handle Encrypt keyword 2021-12-06 16:40:41 -08:00
Jenny Tam 1a45ee10e2
5.10 beta2 version bump and change log (#1337) 2021-11-29 17:25:16 -08:00
Jenny Tam 7f9099a35d
Fixed emulate prepare test to run with always encrypted enabled (#1336) 2021-11-29 15:17:08 -08:00
Jenny Tam 64d96e6d18
Test emulate prepare binary encoding with extended chars (#1334) 2021-11-23 17:50:26 -08:00
Jenny Tam cbfc7638e2
Let ODBC driver verify azure ad authentications (#1326) 2021-11-23 12:52:08 -08:00
Jenny Tam a570522863
Reset sql type and column size for input params that were bound as nulls (#1333) 2021-11-22 13:59:32 -08:00
Jenny Tam 14aa44933d
Changed return value for PDO::lastInsertId for 8.1+ (#1332) 2021-11-18 16:38:19 -08:00
mpyw f52fb48335
Fix restoring PDO::ATTR_ERRMODE after PDO::lastInsertId() call failed (#1330) 2021-11-18 08:14:55 -08:00
Jenny Tam 3826f1a522
PDO::ATTR_EMULATE_PREPARES at the connection level (#1324) 2021-11-02 08:12:09 -07:00
Jenny Tam e3042e1ed4
Added new test cases for Issue 1310 (#1321) 2021-10-27 11:07:33 -07:00
George J. Carrette 8de09789af
adjust sql_data_type and column_size for NULL parameters (#1311)
Fix for #1310 - Co-authored-by: George Carrette <gcarrette@wayfair.com>
2021-10-20 09:27:13 -07:00
Jenny Tam 608a08005c
Simplified a skipif file for checking tcp protocol (#1317) 2021-10-19 11:36:53 -07:00
Jenny Tam 8e461ca0ee
Use Invoke-WebRequest instead of Msxml2.XMLHTTP for source indexing (#1315) 2021-10-12 14:43:13 -07:00
Jenny Tam 36d2704c0a
Added TVP support to non-procedure statements (#1309) 2021-09-29 12:27:52 -07:00
Jenny Tam c87af63d57
Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
Jenny Tam 48b6a6013f
Fixed a flawed emulate prepare test with AE (#1301) 2021-09-14 17:36:35 -07:00
Jenny Tam 4af55d5818
Updated Linux and mac instructions (#1295) 2021-09-08 10:19:45 -07:00
Jenny Tam 142ca11b64
Update change log and version for 5.10.0 beta1 (#1294) 2021-09-07 17:38:17 -07:00
Jenny Tam 610f54c5f9
Fixed snprintf for binary encoding and EOLs (#1293) 2021-09-07 11:04:53 -07:00
Jenny Tam f66b2c3e8a
Updated list of supported processor architecture (#1290) 2021-08-27 09:29:16 -07:00
Jenny Tam fffd63f3c7
Applied mask to pdo quote for binary inputs (#1288) 2021-08-13 10:57:19 -07:00
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