Commit graph

36 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 5e607a802c
PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
Jenny Tam f7e24bd098
Fixed two column encryption tests to encrypt columns (#1236) 2021-02-17 15:48:11 -08:00
Jenny Tam 3dddbbb2e2
Updated ODBC version in appveyor and changed to VS 2019 (#1173) 2020-08-06 14:02:40 -07:00
David Puglielli 364fef6908 Changes according to PR comments 2018-05-08 16:16:27 -07:00
David Puglielli f49da62e5b Added AKV configuration to setup files 2018-05-07 14:16:40 -07:00
v-kaywon 239d71569c added tests from testing ae types conversion for insertion in SQLSRV 2018-03-01 17:37:04 -08:00
Jenny Tam db56c0344e Removed support for Custom Keystore provider 2018-02-08 09:00:16 -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 ade886a131 Changed helper methods as per review 2017-12-20 21:06:07 -08:00
Jenny Tam d7a1aca5c7 Testing locale issues 2017-12-19 14:35:28 -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
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
Jenny Tam 5a270e2d57 Applied changes to the tests based on review 2017-12-08 11:50:44 -08:00
Jenny Tam 0a2e6ad242 Refactoring sqlsrv tests with parameterized queries 2017-11-28 16:40:49 -08:00
v-susanh 54f1e5e22f
support for non-utf8 locales (#598)
* support non-utf8 locales
2017-11-20 17:56:45 -08:00
Jenny Tam 094e32dc19 Used sqlsrv_query() instead 2017-11-10 14:23:38 -08:00
Jenny Tam 1daa4f0623 Modified files as per review comments 2017-11-09 09:29:13 -08:00
Jenny Tam 41eec918c9 Merged ksp inc into MsHelper and refactored KSP tests 2017-11-08 15:04:04 -08:00
Jenny Tam 47c5512cf1 Applied review comments 2017-11-08 11:28:15 -08:00
Jenny Tam 6a14325f37 Refactor sqlsrv tests with buffer or cursor 2017-11-07 15:31:55 -08:00
Jenny Tam 886b0af488 Modified tests based on review 2017-10-27 09:08:53 -07:00
Jenny Tam 786bd507d2 Fixed tests with money or binary types 2017-10-26 12:46:45 -07:00
Jenny Tam 4d364e1a5b Modified tests as per review comments 2017-10-26 10:48:36 -07:00
Jenny Tam 63d7a99c91 Print error messages for fatal errors 2017-10-24 09:22:30 -07:00
Jenny Tam c55ad3ed9f Refactored SQLSRV tests to test AE with various data types 2017-10-23 17:04:35 -07:00
v-kaywon c30f2d6100 change encoding to SYSTEM when converting int to string for inout and output param 2017-10-12 11:33:45 -07:00
Jenny Tam 616f70ded6 applied changes as per review comments 2017-10-10 16:54:20 -07:00
Jenny Tam f76ec856ee used sqlsrv_query when AE is not enabled 2017-10-10 10:11:45 -07:00
Jenny Tam 8cd6d9182a removed the debug lines 2017-10-10 08:53:40 -07:00
Jenny Tam 6eed2f8b5f use prepare for insert when AE is enabled 2017-10-06 16:34:49 -07:00
Jenny Tam 371a8c0442 fixed a typo in insertRow() 2017-10-06 15:02:19 -07:00
Jenny Tam 0a155f07a1 merged dev changes to datetime test 2017-10-05 08:30:23 -07:00
Jenny Tam cf31031b53 Use constants plus changes to BindParamOption and insertRow 2017-10-04 16:51:15 -07:00
Jenny Tam 39c4be46ec Refactoring sqlsrv tests using a new AE namespace plus mostly cosmetic changes 2017-10-04 14:22:56 -07:00