Commit graph

705 commits

Author SHA1 Message Date
Jenny Tam bad65817e1 ColumnEncryption keyword reserved for Windows for now 2018-02-08 09:30:07 -08:00
Jenny Tam db56c0344e Removed support for Custom Keystore provider 2018-02-08 09:00:16 -08:00
Jenny Tam ac47841be9 Removed one argument 2018-01-31 08:42:45 -08:00
Jenny Tam 907e8c8e5c Modified tests and setup to run AE tests in Azure 2018-01-31 08:27:06 -08:00
Jenny Tam 06c75b9e24 Test case from Issue 623 2018-01-22 13:58:09 -08:00
v-kaywon 5c1cb604fa fix pdostatement_fetch_orientation.phpt 2018-01-18 16:16:09 -08:00
v-kaywon 007e15c318 fix tests that uses scrollable cursor with AE 2018-01-18 15:35:13 -08:00
v-kaywon 132dc7e9e9 correct tests with streaming 2018-01-16 15:47:36 -08:00
Jenny Tam 6c9c55a01c Modified 0065 as per review 2018-01-04 15:21:10 -08:00
Jenny Tam 3955553e66 Modified one test expected value 2018-01-04 10:18:43 -08:00
Jenny Tam c416fa72c2 Modified tests to reset locale 2018-01-04 08:53:20 -08:00
Jenny Tam 79b49fd93b Fixed regex for ODBC driver names (#653) 2018-01-02 17:53:30 -08:00
Jenny Tam e3b012989f
Merge pull request #650 from yitam/macLocale
Fix tests with locales
2018-01-02 15:21:37 -08:00
Jenny Tam f642954d35 Renamed setUSLocale as per review 2018-01-02 14:42:08 -08:00
Jenny Tam 62944347ef Fix tests with locales 2017-12-29 12:00:00 -08:00
Jenny Tam 24153e50f2 Yet another alternative for driver name 2017-12-28 12:03:24 -08:00
Jenny Tam 2759a1f314 Added alternative for driver name 2017-12-28 11:45:03 -08:00
Jenny Tam 384d1bcd5f Adjusted regex for odbc name with dylib 2017-12-28 10:30:17 -08:00
Jenny Tam 870c23f7a7
Merge pull request #638 from yitam/localeIssue
Modified sqlsrv tests with specific locale testing
2017-12-27 13:36:38 -08:00
Jenny Tam ade886a131 Changed helper methods as per review 2017-12-20 21:06:07 -08:00
Jenny Tam 6b209526cd Added skipif and modified the check of isLocaleSupported() 2017-12-20 10:18:46 -08:00
Jenny Tam 720346f459 Modified three tests to test with or without UTF-8 data 2017-12-20 09:31:44 -08:00
Jenny Tam f3d04343aa Modified local supported method 2017-12-20 08:28:34 -08:00
v-kaywon 99f27700b1 add comments about ae not supporting parameters in select list 2017-12-19 15:17:01 -08:00
Jenny Tam d7a1aca5c7 Testing locale issues 2017-12-19 14:35:28 -08:00
v-kaywon 294537ecb3 add helper function for checking error messages 2017-12-19 11:41:28 -08:00
v-kaywon 57d7400f2c fix tests related to having parameter markers in the select list 2017-12-18 16:00:02 -08:00
Jenny Tam 7100292331 Fixed memory issue 2017-12-15 11:27:53 -08:00
Jenny Tam 96942d49cf Use empty rather than sizeof (issue with PHP 7.2) 2017-12-14 13:45:56 -08:00
Jenny Tam 20b178ae7a Fix PDO67_BindTruncation test 2017-12-14 08:12:42 -08:00
Jenny Tam 292811ffee Applied changes as per review 2017-12-13 12:51:22 -08:00
Jenny Tam 6a7a0d78e0 Merge branch 'dev' into sqlsrvAE 2017-12-13 11:10:01 -08:00
Jenny Tam f330b6e674 Actually two differetnt expected results 2017-12-13 08:16:27 -08:00
v-kaywon bc9ca5e486 fix AE related tests 2017-12-12 17:12:48 -08:00
Jenny Tam 783c096496 Merge branch 'dev' into sqlsrvAE 2017-12-12 16:35:59 -08:00
Jenny Tam eb9dc2fa61 Corrected the expected result 2017-12-12 16:04:34 -08:00
Jenny Tam 0de708e3ab Modify sqlsrv tests to handle the new error message with stream data 2017-12-12 15:32:39 -08:00
v-kaywon feebf20d4e fix setting encryption type in MsCommon_mid-refactor.inc 2017-12-12 14:36:02 -08:00
Jenny Tam f4964b4a3e
removed the space character as per review 2017-12-11 15:31:38 -08:00
Jenny Tam e234f2cd50 Check if the parameter is empty instead of using sizeof (issue with PHP 7.2) 2017-12-11 13:56:49 -08:00
Yuki Wong 54ca7ffed6
Merge pull request #621 from v-kaywon/AEStreamError
add error handling for fetching stream with always encrypted
2017-12-08 17:35:29 -08:00
v-kaywon 2bf915c7f8 shrink down error checks in sqlsrv_fetch_large_stream.phpt 2017-12-08 16:52:41 -08:00
v-kaywon 9f8078dde9 fix spacing in core_stmt.cpp 2017-12-08 16:15:24 -08:00
Jenny Tam 639e9f8bd4
Merge pull request #610 from yitam/sqlsrv_params
Refactoring sqlsrv tests with parameterized queries
2017-12-08 15:27:56 -08:00
Yuki Wong 491efd7ffc
Merge pull request #612 from v-kaywon/refactorPDOTests4
refactor PDO_SQLSRV bind param related tests
2017-12-08 15:24:06 -08:00
Jenny Tam 08d0a7fddf Modified one more test 2017-12-08 12:17:22 -08:00
v-kaywon b808f3bd87 change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
Jenny Tam 5a270e2d57 Applied changes to the tests based on review 2017-12-08 11:50:44 -08:00
v-kaywon b9579a2426 add error handling for fetching stream with always encrypted 2017-12-07 17:29:06 -08:00
v-kaywon c5d02cbeec apply review comments 2 2017-12-07 14:10:10 -08:00