Commit graph

143 commits

Author SHA1 Message Date
yitam f38d57b7f7 Azure AD tests using ActiveDirectoryPassword 2017-06-12 10:51:23 -07:00
yitam 65a2a31ac7 one new test with binary data 2017-06-05 09:26:02 -07:00
yitam 507188c5b6 modified test descriptions 2017-05-19 09:46:20 -07:00
yitam 04261ed294 extracted select output param into a different test 2017-05-19 08:50:18 -07:00
Hadis Kakanejadi Fard aeac4e649d added select ? to the pdo output test 2017-05-18 11:55:29 -07:00
Hadis Fard 847518d056 fixed indentation 2017-05-17 13:38:42 -07:00
Hadis Fard 0c00f43976 fixed typo 2017-05-17 13:36:29 -07:00
Hadis Kakanejadi Fard 5ef1f23d8a fixed pdo variant update test 2017-05-16 17:45:11 -07:00
Hadis Kakanejadi Fard 89b6fa86b8 fixed output pdo test 2017-05-16 17:33:55 -07:00
Hadis Kakanejadi Fard 80d91c5520 removed tools, added mscommon 2017-05-16 17:24:49 -07:00
Hadis Kakanejadi Fard 88c21aadce added pdo tests 2017-05-16 14:32:34 -07:00
Hadis Kakanejadi Fard db2ac9c524 added pdo variant tests 2017-05-15 14:35:57 -07:00
yitam 8112a8458c modified tests to read cd_info 2017-05-10 08:35:40 -07:00
Jenny Tam 7c5b04e5c8 Merge pull request #379 from yitam/functional-tests
Upload functional tests for both sqlsrv and pdo_sqlsrv
2017-05-10 08:24:40 -07:00
yitam 368b658940 skipped part of sqlsrv test when running in Windows 2017-05-08 10:16:05 -07:00
yitam 1e527865a9 Implemented Azure AD plus tests 2017-05-05 16:28:33 -07:00
yitam a6ce2be894 added full-text search tests 2017-05-04 11:53:17 -07:00
yitam 2fcff55432 some tests for Windows only 2017-05-04 10:21:52 -07:00
yitam 78c0f6f4e6 more sqlsrv tests and fixed some 2017-05-04 09:16:29 -07:00
yitam ca50a21bd8 another set of PDO tests 2017-05-04 08:14:10 -07:00
yitam 586b2b3e4e fixed tests and added new ones 2017-05-04 08:14:10 -07:00
yitam 0c7560d112 additional pdo tests and new test data 2017-05-04 08:14:09 -07:00
yitam bb364f989d pdo tests set 2 2017-05-04 08:14:06 -07:00
yitam 82527c743c more tests for pdo 2017-05-04 08:14:06 -07:00
yitam a1546d897c modified tests for Azure 2017-05-04 08:14:06 -07:00
yitam 9b930973f2 troubleshoot sqlcmd issues 2017-05-04 08:14:05 -07:00
yitam fc029b27d7 fixed failing tests 2017-05-04 08:14:04 -07:00
yitam ad466c35db renamed user and password 2017-05-04 08:14:04 -07:00
yitam c6be43ad38 modified emulate_prepare tests 2017-05-04 08:14:04 -07:00
yitam 9944dc5159 drop the use of tempdb 2017-05-04 08:14:03 -07:00
yitam 2ef70f1d0a docker and appveyor to use MsSetup 2017-05-04 08:14:03 -07:00
yitam e13b6e7528 removed autonomous_setup.php 2017-05-04 08:14:03 -07:00
Hadis Kakanejadi Fard 1db0a5a38c fixed indentation in pdo test 2017-05-03 14:47:58 -07:00
Hadis Kakanejadi Fard 4d06de4aaf added tests 2017-05-03 14:44:43 -07:00
v-kaywon b7d4a9bec8 changed sql_string_parser::is_placeholder_char from using a switch cases through each acceptable characters to using if else statement that covers a range of characters 2017-04-24 11:33:28 -07:00
v-kaywon 6d7cddf5f6 added error handling for emulate prepare with output parameter 2017-04-21 14:57:57 -07:00
v-kaywon 2aec3b4a95 added error handling for emulate prepared statement with inout parameters 2017-04-21 13:04:24 -07:00
v-kaywon 7aaa16d49e implemented emulate prepare and added tests 2017-04-20 17:17:05 -07:00
Jenny Tam 012b16a64f Merge pull request #354 from v-kaywon/cover_pdo_dbh
increase coverage for pdo_dbh.cpp
2017-04-13 14:55:31 -07:00
v-kaywon fb7e7bf65b fix test description in pdo_transaction.phpt 2017-04-13 14:01:45 -07:00
v-kaywon bdd8f35a4a fix spacing in pdo_transaction 2017-04-13 13:27:41 -07:00
v-kaywon 18d26338ad change test description in pdo_transaction.phpt 2017-04-13 13:00:54 -07:00
v-kaywon 0d4a2573d4 merge pdo_commit and pdo_rollback and renamed to pdo_transaction.phpt 2017-04-13 09:33:44 -07:00
v-kaywon 733ac45497 fix spacing in pdo_commit.phpt 2017-04-13 09:28:24 -07:00
v-kaywon 2966956f03 fix indentation in pdostatement_get_set_attr.phpt 2017-04-12 12:28:09 -07:00
v-kaywon 6f84d3642d fix indentations and comments 2017-04-12 12:25:40 -07:00
v-kaywon caec680535 added catch block in pdo_warnings.phpt 2017-04-12 11:40:26 -07:00
v-kaywon 6fb68c9b61 commit and rollback tests set stmt to null at the end 2017-04-12 11:33:07 -07:00
v-kaywon e59bde3d38 change pdo_prepare_invalid_encoding.phpt so it prints out errorinfo 2017-04-12 11:24:52 -07:00
v-kaywon 371e019511 change pdo_prepare_invalid_cursor.phpt so it prints out errorinfo 2017-04-12 11:21:54 -07:00