Commit graph

668 commits

Author SHA1 Message Date
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
v-kaywon 98d7307860 do not encrypt column needed for ORDER BY clause 2017-12-06 11:54:10 -08:00
v-susanh 05f9a54442
updated data to avoid roundoff in php 7.1 and earlier versions (#620) 2017-12-06 11:16:17 -08:00
v-kaywon 9196c557f8 update MsCommon_mid-refactor.inc to not require AE_Ksp 2017-12-05 16:34:18 -08:00
v-kaywon 8297fce1b9 apply review comments 2017-12-05 16:32:18 -08:00
Jenny Tam cf9e54fb74 Made more changes as per review 2017-12-05 13:43:53 -08:00
Yuki Wong 75eac3425f
Merge pull request #619 from v-kaywon/fixPDOTests
use varaibles for ksp related constants
2017-12-05 13:11:24 -08:00
v-kaywon 44b31bf728 use varaibles for ksp related constants 2017-12-05 12:23:29 -08:00
Yuki Wong 1349f6b0d0
Merge pull request #616 from v-kaywon/fixPDOTests
define getKSPPath function and ksp related variabled in MsCommon_mid-refactor.inc
2017-12-05 11:24:42 -08:00
v-kaywon aa04104bb2 refactor KSP related tests 2017-12-05 09:54:11 -08:00
Jenny Tam 69793cdafc made changes as per review 2017-12-05 09:26:54 -08:00
v-kaywon 0bb4703e2b define getKSPPath function and ksp related variabled in MsCommon_mid-refactor.inc 2017-12-04 15:11:57 -08:00
Yuki Wong ee4161aac3
Merge pull request #613 from v-kaywon/fixPDOTests
fix double reclaring KSP function; fixed tests with emulate prepare
2017-12-04 11:07:14 -08:00
v-kaywon 3e1a346ef7 cosmetic changes 2017-12-04 10:09:59 -08:00
v-susanh b3dec24361
fixed return for IsLocaleSupported (#614) 2017-12-01 15:57:51 -08:00
v-kaywon 5923b42727 fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
v-kaywon 3b65f26776 fix line endings 2017-11-30 16:26:39 -08:00
v-kaywon f3e31b834d refactor PDO_SQLSRV bind param related tests 2017-11-30 14:37:25 -08:00
Jenny Tam 581a98085f Fixed the test to work when data not encrypted 2017-11-30 14:25:57 -08:00
Jenny Tam ea83d94250 Another batch of tests 2017-11-30 11:10:27 -08:00
Jenny Tam 489d3e8018 Added more tests to the pile 2017-11-29 14:40:47 -08:00
Jenny Tam 0a2e6ad242 Refactoring sqlsrv tests with parameterized queries 2017-11-28 16:40:49 -08:00
Jenny Tam 0a30d49941
Merge pull request #597 from yitam/codecov
Analyse coverage only in 2016
2017-11-22 22:50:42 -08:00
Yuki Wong f2884e0979
Merge pull request #594 from v-kaywon/adjustprecision
Adjust precision for decimal input when column encryption is enabled
2017-11-22 13:58:53 -08:00
Jenny Tam 29d348f424 Merge branch 'dev' into codecov 2017-11-22 12:38:33 -08:00
Jenny Tam 33b4922921 Merge branch 'dev' into codecov 2017-11-21 16:33:38 -08:00
Jenny Tam ab5bdb4ac0 Merge branch 'dev' into describeParam 2017-11-21 15:29:09 -08:00
v-susanh 54f1e5e22f
support for non-utf8 locales (#598)
* support non-utf8 locales
2017-11-20 17:56:45 -08:00
v-kaywon 20480812c2 remove include string in core_stmt.cpp 2017-11-20 16:06:39 -08:00
Yuki Wong 325e5d20fe
Merge pull request #603 from v-kaywon/512changelog
512changelog
2017-11-20 15:39:37 -08:00
v-kaywon d35087c608 fix two odbc version test 2017-11-20 13:01:10 -08:00
Jenny Tam ee511175af Overhauled output.py to make it read the log file only once 2017-11-20 10:54:05 -08:00
Jenny Tam 8e79994974 Debugging output.py 2017-11-19 21:32:47 -08:00
Jenny Tam 4fc0c8f80e Modified connection tests 2017-11-18 22:06:29 -08:00
David Puglielli 7de536be2e
Merge pull request #600 from david-puglielli/nextrowset-revert
Fixed test issue with PHP 7.2
2017-11-17 20:15:27 -05:00
v-kaywon f815043a05 change description of inputs 2017-11-17 16:57:23 -08:00
David Puglielli 873fe47b1d Fixed typo 2017-11-17 15:26:02 -08:00
David Puglielli 1efbab666a Fixed test issue with PHP 7.2 2017-11-17 15:04:12 -08:00