Commit graph

2150 commits

Author SHA1 Message Date
Jenny Tam 196fe497e6
Merge pull request #773 from yitam/Issue699Test
Added test case for Issue 699
2018-05-17 07:51:03 -07:00
Jenny Tam 30a9708591
Merge pull request #774 from yitam/vso2915
Modified the test to address VSO 2915
2018-05-16 16:32:11 -07:00
David Puglielli 079c4ea0fe Fixed tests, fixed wide char name in keystore struct 2018-05-16 15:14:47 -07:00
Jenny Tam 3d51d769b8 Fixed one more link 2018-05-16 11:25:19 -07:00
Jenny Tam ebd7827123 Fixed the links 2018-05-16 11:20:42 -07:00
Jenny Tam c56fb3035e Changelog for 5.2.1-preview 2018-05-16 11:17:45 -07:00
Jenny Tam 0a1113697f Modified the test to address VSO 2915 2018-05-15 16:25:54 -07:00
Jenny Tam 4747537a96 Fixed the formatting 2018-05-15 16:13:36 -07:00
Jenny Tam 0b5ceb001d Reverted the changes 2018-05-15 15:57:47 -07:00
Jenny Tam 4c7c08515d Added workaround for the test plus use BIGINT for 64-bit systems 2018-05-15 14:28:26 -07:00
Jenny Tam bca311081d Modified the output param initial value 2018-05-15 12:41:28 -07:00
Jenny Tam 63c85edffc
Merge pull request #765 from yitam/decimalTests
Modified the expected results of two decimal tests
2018-05-15 10:43:10 -07:00
Jenny Tam 9a82e9daa3 Used sizeof not INT_MAX 2018-05-15 10:00:36 -07:00
Jenny Tam 999312be8b Tried using INT_MAX instead 2018-05-15 09:33:52 -07:00
David Puglielli 2239511f80 Workaround for error returned in Linux 2018-05-14 12:04:25 -07:00
Jenny Tam 0bc4a36958 Added test case for Issue 699 2018-05-14 10:12:53 -07:00
David Puglielli b98b12965c Tests updated 2018-05-09 16:11:17 -07:00
David Puglielli 3cb84ee4ee Tests updated 2018-05-09 15:21:40 -07:00
David Puglielli f835447cfd
Merge pull request #770 from david-puglielli/readme-apache-update
Updated Apache instructions, install order, fixed links
2018-05-09 11:10:22 -07:00
David Puglielli 3b94eb4726 Merging 2018-05-08 17:56:28 -07:00
David Puglielli 2aaae26f55 Minor fixes 2018-05-08 17:09:58 -07:00
David Puglielli 364fef6908 Changes according to PR comments 2018-05-08 16:16:27 -07:00
David Puglielli 5f62186ffa Updated Apache instructions, install order, fixed links 2018-05-08 14:28:31 -07:00
David Puglielli fb1a2ecb70 Changes according to PR review comments 2018-05-08 14:12:14 -07:00
Jenny Tam 5a842c9b32
Merge pull request #761 from yitam/vso2823
Made changes to output param handling code to convert doubles to ints, if necessary
2018-05-08 13:13:14 -07:00
Jenny Tam 39056d9072 Removed output param test for now 2018-05-08 08:21:54 -07:00
Jenny Tam 55ae086d43 Skip test 699 in Linux for now 2018-05-07 16:15:24 -07:00
David Puglielli f49da62e5b Added AKV configuration to setup files 2018-05-07 14:16:40 -07:00
Jenny Tam dde0e23d69
Merge pull request #764 from yitam/issue678
Added new tests for issue 678
2018-05-07 09:28:47 -07:00
David Puglielli 2fe0b5a2bc Removed more unnecessary comments 2018-05-05 17:24:34 -07:00
David Puglielli 52cd004b79 Removed unnecessary comments 2018-05-05 17:22:02 -07:00
David Puglielli 977e5309dd Support for Azure Key Vault 2018-05-05 17:08:01 -07:00
Jenny Tam 31685c4295 Added another test for issue 699 2018-05-02 16:14:08 -07:00
Jenny Tam 25f85906b6 Removed the workaround in a decimal test because issue 706 has been fixed 2018-05-02 12:33:52 -07:00
Jenny Tam 5f555dfea2 Modified the expected results for a bind column test 2018-05-02 11:40:55 -07:00
Jenny Tam 991d77643d Reverted -- user flag not working 2018-05-02 08:43:01 -07:00
Jenny Tam 124686435c Added --user 2018-05-02 08:26:08 -07:00
Jenny Tam 5f99983886 Use python -m pip instead 2018-05-01 15:30:28 -07:00
Jenny Tam 4a5104919b Fixed one skipif 2018-05-01 15:15:17 -07:00
Jenny Tam 04fa748a45 Added new tests for issue 678 2018-05-01 15:14:11 -07:00
Jenny Tam 440636aff8
Merge pull request #759 from yitam/vso2829
Remove the limitation of getting binary as strings as INOUT param
2018-05-01 10:59:54 -07:00
Jenny Tam 06e92979d2 Use helper method isAEQualified instead 2018-04-30 12:51:18 -07:00
Jenny Tam 2fc3afe472 Added a new test for issue 707 2018-04-27 10:38:21 -07:00
Jenny Tam 5f6c3994ca A huge negative number is out of range too 2018-04-26 08:57:22 -07:00
Jenny Tam 5bb3f1a2ec Modified the error message to indicate value out of range 2018-04-26 08:48:41 -07:00
Jenny Tam 5b6b6f87b2 Merge branch 'dev' into vso2823 2018-04-26 08:40:33 -07:00
Jenny Tam f4436d0d54
Merge pull request #757 from yitam/php72
Use the latest build scripts for building php 7.2 in appveyor
2018-04-25 22:35:24 -07:00
Jenny Tam 218497c642 Made changes to output param handling code to convert doubles to ints if necessary 2018-04-25 15:43:56 -07:00
Jenny Tam 3033a26c51 Added a comment to address the issue 2018-04-25 07:56:58 -07:00
Jenny Tam 72ca1cd1eb Fixed incorrect error when binding inout PDO STR with binary encoding 2018-04-24 15:38:53 -07:00