Commit graph

  • c6be43ad38 modified emulate_prepare tests yitam 2017-05-02 14:05:52 -0700
  • fb537ab2dd fix typos yitam 2017-05-02 13:00:44 -0700
  • 9944dc5159 drop the use of tempdb yitam 2017-05-02 12:53:35 -0700
  • 2ef70f1d0a docker and appveyor to use MsSetup yitam 2017-05-02 12:29:40 -0700
  • e13b6e7528 removed autonomous_setup.php yitam 2017-05-02 12:00:53 -0700
  • a5ee59bfa6 replaced autonomous_setup.php by MsCommon.inc yitam 2017-05-01 17:01:30 -0700
  • ce6337709b Merge pull request #381 from Hadis-Fard/dev Hadis Kakanejadi Fard 2017-05-03 17:00:39 -0700
  • 1db0a5a38c fixed indentation in pdo test Hadis Kakanejadi Fard 2017-05-03 14:47:58 -0700
  • 4d06de4aaf added tests Hadis Kakanejadi Fard 2017-05-03 14:44:43 -0700
  • c5af000e56 fixed issue #378 Hadis Kakanejadi Fard 2017-05-03 14:41:19 -0700
  • 1ea6e7fb1c moved comments up in Step 3 yitam 2017-05-02 13:13:39 -0700
  • fb3663bca4 Merge pull request #371 from v-kaywon/emulate_prepare v-kaywon 2017-05-02 11:20:46 -0700
  • c0707f6991 fix comments v-kaywon 2017-05-01 15:24:32 -0700
  • fd83981e4a removed restart terminal for Mac yitam 2017-05-01 11:48:18 -0700
  • 0ce6b48aad changed php 7 title yitam 2017-05-01 11:21:04 -0700
  • 41af6fc0a2 Database setup (#367) ulvii 2017-05-01 11:20:53 -0700
  • 041d3129bc Update README.md (#377) runningamok 2017-05-01 10:28:58 -0700
  • ffd9dbcc82 Modified Readme for Mac section yitam 2017-04-27 16:02:33 -0700
  • 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 v-kaywon 2017-04-24 11:33:28 -0700
  • 6d7cddf5f6 added error handling for emulate prepare with output parameter v-kaywon 2017-04-21 14:57:57 -0700
  • 2aec3b4a95 added error handling for emulate prepared statement with inout parameters v-kaywon 2017-04-21 13:04:24 -0700
  • fa38f7d61c remove bind_param_encoding from previous implementation of emulate prepare v-kaywon 2017-04-21 09:39:00 -0700
  • 7aaa16d49e implemented emulate prepare and added tests v-kaywon 2017-04-20 17:17:05 -0700
  • a1daf29747 Update issue_template.md Meet Bhagdev 2017-04-17 13:08:50 -0700
  • 0c8a79546e Update issue_template.md Meet Bhagdev 2017-04-17 13:08:39 -0700
  • 3ca687d28f Update issue_template.md Meet Bhagdev 2017-04-17 13:07:01 -0700
  • 59bbe4ae94 Create issue_template.md Meet Bhagdev 2017-04-13 17:55:17 -0700
  • 012b16a64f Merge pull request #354 from v-kaywon/cover_pdo_dbh Jenny Tam 2017-04-13 14:55:31 -0700
  • fb7e7bf65b fix test description in pdo_transaction.phpt v-kaywon 2017-04-13 14:01:45 -0700
  • bdd8f35a4a fix spacing in pdo_transaction v-kaywon 2017-04-13 13:27:41 -0700
  • ada1f7e8be retest v-kaywon 2017-04-13 13:25:37 -0700
  • 18d26338ad change test description in pdo_transaction.phpt v-kaywon 2017-04-13 13:00:54 -0700
  • 0d4a2573d4 merge pdo_commit and pdo_rollback and renamed to pdo_transaction.phpt v-kaywon 2017-04-13 09:33:44 -0700
  • 733ac45497 fix spacing in pdo_commit.phpt v-kaywon 2017-04-13 09:28:24 -0700
  • 1ce4e85cbb Merge pull request #353 from yitam/moreTests v-kaywon 2017-04-12 13:41:30 -0700
  • 2966956f03 fix indentation in pdostatement_get_set_attr.phpt v-kaywon 2017-04-12 12:28:09 -0700
  • 6f84d3642d fix indentations and comments v-kaywon 2017-04-12 12:25:40 -0700
  • caec680535 added catch block in pdo_warnings.phpt v-kaywon 2017-04-12 11:40:26 -0700
  • 6fb68c9b61 commit and rollback tests set stmt to null at the end v-kaywon 2017-04-12 11:33:07 -0700
  • e59bde3d38 change pdo_prepare_invalid_encoding.phpt so it prints out errorinfo v-kaywon 2017-04-12 11:24:52 -0700
  • 371e019511 change pdo_prepare_invalid_cursor.phpt so it prints out errorinfo v-kaywon 2017-04-12 11:21:54 -0700
  • d5238008d7 changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation v-kaywon 2017-04-12 11:10:58 -0700
  • 9d136d541e mergerd pdo_construct_dsn_format_incorrect and pdo_construct_no_server and renamed to pdo_construct_dsn_error v-kaywon 2017-04-12 10:05:20 -0700
  • 910e337a16 merged two transaction isolation tests v-kaywon 2017-04-12 09:32:54 -0700
  • 69976af3a0 fixed pdo commit and rollback tests v-kaywon 2017-04-12 09:26:14 -0700
  • df99d62c57 modified tests based on reviews yitam 2017-04-11 09:05:03 -0700
  • daa157596e simplified the tests with streams yitam 2017-04-05 15:07:18 -0700
  • 5a395d2e95 modified helper methods for temp tables/procs yitam 2017-04-05 13:22:39 -0700
  • 849725d742 add new test plus fix some yitam 2017-04-04 11:32:18 -0700
  • 56be6ae056 modify sqlsrv_fetch_cursor_static_scroll yitam 2017-04-04 09:55:15 -0700
  • 6303abce69 static cursor scrollable yitam 2017-04-04 09:46:24 -0700
  • 690819c4e3 a test with cursors yitam 2017-04-03 17:12:26 -0700
  • 3589698b7d added fetchmode yitam 2017-04-03 14:46:51 -0700
  • e1cfe39de1 another pdo transaction test yitam 2017-04-03 13:54:30 -0700
  • f7596cc6ff modified PDO_ConnPool_Unix description yitam 2017-04-03 13:12:40 -0700
  • f28c47ed16 renamed Repro yitam 2017-04-03 12:28:57 -0700
  • a917cfbf2c make GetTempTableName more robust yitam 2017-04-03 09:54:32 -0700
  • 93c486b068 make GetTempTableName more robust yitam 2017-04-03 09:18:53 -0700
  • e4f37f3b5d add a transaction test yitam 2017-03-31 15:09:05 -0700
  • e8271d6311 fix TestFilename in output.py yitam 2017-03-31 14:19:12 -0700
  • ced0b2163f fix output.py yitam 2017-03-31 13:45:58 -0700
  • 0b1b370a15 tests with empty or null streams yitam 2017-03-30 16:30:54 -0700
  • 4cacc6c770 some invalid scenarios yitam 2017-03-30 15:20:42 -0700
  • 3848c41108 added tests for different invalid options for pdo::prepare v-kaywon 2017-04-07 17:09:18 -0700
  • e8f565daae Merge pull request #359 from yitam/changelog v4.1.8-preview v-kaywon 2017-04-07 16:30:38 -0700
  • ada59249af Update README.md Meet Bhagdev 2017-04-07 14:44:16 -0700
  • 0b85db5bac Update README.md Meet Bhagdev 2017-04-07 14:43:59 -0700
  • ea761587d5 Change version (#363) v-kaywon 2017-04-07 13:04:31 -0700
  • f3d2569924 Merge pull request #361 from v-kaywon/rename_henv v-kaywon 2017-04-07 10:00:06 -0700
  • 8ddf8fdfee fix spacing v-kaywon 2017-04-07 09:20:34 -0700
  • 83af4d0228 test v-kaywon 2017-04-06 16:35:03 -0700
  • fc37444cbe changed description in pdo_set_attr_invalid.phtp v-kaywon 2017-04-06 16:25:21 -0700
  • feb5eb1b54 Merge pull request #360 from ulvii/updateReadme Jenny Tam 2017-04-06 16:20:44 -0700
  • 68eca075ab rename g_henv_cp and g_henv_ncp to g_pdo_henv_.. and gg_ss_henv_.. to prevent name clashing problem in the pdo_sqlsrv and sqlsrv drivers v-kaywon 2017-04-06 15:44:04 -0700
  • e705b55592 Update README.md ulvii 2017-04-06 14:01:17 -0700
  • 443d12e478 changelog for 4.1.8-preview yitam 2017-04-05 15:47:18 -0700
  • 4fa5713dc8 changelog for 4.1.8-preview yitam 2017-04-05 15:37:48 -0700
  • d682702152 added test for setting and getting pdo statement attributes v-kaywon 2017-04-04 17:53:11 -0700
  • ed4e8649af close connection in pdo_warnings.phpt v-kaywon 2017-04-04 17:30:17 -0700
  • 7901d72f03 add test for warnings at connection and statement levels v-kaywon 2017-04-04 17:13:17 -0700
  • 8b233b9096 fix expected position of double semicolon to use regex due to different length of server name v-kaywon 2017-04-04 15:43:19 -0700
  • 4b8d8411a7 add test for different formatted dsn string in pdo construct v-kaywon 2017-04-04 15:28:33 -0700
  • 679849db07 Update README.md Meet Bhagdev 2017-04-04 14:33:36 -0700
  • 288103507e Update README.md Meet Bhagdev 2017-04-04 14:33:21 -0700
  • f330830eef Connection resiliency changes (#356) David Puglielli 2017-04-04 13:40:30 -0700
  • 65c79ef344 added test for pdo construct without server specified v-kaywon 2017-04-04 12:35:08 -0700
  • 4ff9aae585 test for direction execution of an invalid query v-kaywon 2017-04-04 11:42:53 -0700
  • 52e05992bd Merge pull request #344 from v-kaywon/error_numcol Jenny Tam 2017-04-04 11:40:15 -0700
  • df3e23af45 changed default execReturn to SQL_ERROR v-kaywon 2017-04-04 11:10:56 -0700
  • a2740bb95a added test for setting invalid connection attributes v-kaywon 2017-04-04 09:44:27 -0700
  • fe0f48151b added test for setting invalid encoding attributes v-kaywon 2017-04-03 17:17:32 -0700
  • a2f16cb575 add test for getting invalid connection attributes v-kaywon 2017-04-03 17:00:23 -0700
  • 95e5fdd055 added tests for prepare options and invalid option v-kaywon 2017-04-03 15:42:41 -0700
  • 2c9a4b67d8 added tests for invalid connection option and invalid transaction isolation value v-kaywon 2017-04-03 14:42:53 -0700
  • 6dbc588bc7 add test for invalid connection option v-kaywon 2017-04-03 14:01:30 -0700
  • 3fc7d81205 fixed pdo_construct_Transaction.phpt v-kaywon 2017-04-03 13:31:09 -0700
  • 749f150be8 Merge pull request #351 from ulvii/sqlsrvConnPoolTest Jenny Tam 2017-04-03 13:06:02 -0700
  • ff3a23f442 got rid of execReturn check since SQL_SUCCESS is 0 v-kaywon 2017-04-03 12:43:08 -0700
  • f0fa84dff0 Update readme sample (#357) ulvii 2017-04-03 12:21:38 -0700
  • 70ad77f9ce Update PDO_ConnPool_Unix.phpt ulvii 2017-04-03 10:53:33 -0700