php-sqlsrv/test/pdo_sqlsrv
2017-05-03 14:47:58 -07:00
..
autonomous_setup.php Initial AppVeyor CI test build. 2017-01-10 13:59:16 -08:00
isPooled.php Workaround for a bug in unixODBC 2.3.4 (#334) 2017-03-27 14:07:43 -07:00
pdo_002_connect_app.phpt Initial AppVeyor CI test build. 2017-01-10 13:59:16 -08:00
pdo_011_quote.phpt Initial AppVeyor CI test build. 2017-01-10 13:59:16 -08:00
pdo_012_bind_param.phpt Initial AppVeyor CI test build. 2017-01-10 13:59:16 -08:00
pdo_013_row_count.phpt Initial AppVeyor CI test build. 2017-01-10 13:59:16 -08:00
pdo_014_integer_custom_formats.phpt Change FORMAT SQL to CAST as SQL 2008 does not support FORMAT. 2017-02-01 11:48:57 -08:00
pdo_015_integer_custom_formats_pooling.phpt Change FORMAT SQL to CAST as SQL 2008 does not support FORMAT. 2017-02-01 11:48:57 -08:00
pdo_016.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_017.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_018_next_result_set.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_019_next_result_set_pooling.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_020_bind_params_array.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_021_extended_ascii.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_022_xml_bind_value.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_023.phpt Update pdo_023.phpt 2017-02-03 16:28:12 -08:00
pdo_035_binary_encoding_error_bound_by_name.phpt simplified the test without image input 2017-02-14 09:16:52 -08:00
pdo_040_error_information.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_060_prepare_execute_fetch_pooling_default.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_061_prepare_execute_fetch_pooling_enabled.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_062_prepare_execute_fetch_pooling_disabled.phpt Merge remaining PHP-7.0-Linux changes into merged codebase. 2017-01-31 18:10:37 -08:00
pdo_065_construct_persistent.phpt modified helper methods for temp tables/procs 2017-04-11 08:51:48 -07:00
pdo_065_construct_prefetch.phpt Update pdo_065_construct_prefetch.phpt 2017-03-20 12:41:36 -07:00
pdo_069_fetch_empty_nvarchar_buffered.phpt Fix and tests for issue #69 2017-02-10 09:51:51 -08:00
pdo_092_emulate_prepare_statement_utf8.phpt implemented emulate prepare and added tests 2017-04-20 17:17:05 -07:00
pdo_140_emulate_prepare_mix_binary.phpt 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
pdo_140_emulate_prepare_pos_placehodlers.phpt added error handling for emulate prepared statement with inout parameters 2017-04-21 13:04:24 -07:00
pdo_228_setAttribute_clientbuffermaxkbsize.phpt Issue 228. Don't allow 0 for sqlsrv ClientBufferMaxKBSize. 2017-01-25 13:37:48 -08:00
pdo_267_closeCursor.phpt Fix error message in close cursor. Change prepare to query in test. 2017-02-09 16:41:39 -08:00
pdo_270_fetch_binary.phpt fixed comment 2017-02-22 11:25:33 -08:00
pdo_308_empty_output_param.phpt added a sqlsrv test, a variant 2017-03-01 08:19:10 -08:00
pdo_336_pho_exec_empty_result_set_error.phpt added more to test 2017-03-31 13:59:30 -07:00
pdo_378_out_param_error.phpt fixed indentation in pdo test 2017-05-03 14:47:58 -07:00
pdo_connection_quote.phpt part 2 testing diff API 2017-03-07 16:47:38 -08:00
pdo_connection_resiliency_keywords.phpt Connection resiliency changes (#356) 2017-04-04 13:40:30 -07:00
PDO_ConnPool_Unix.phpt modified PDO_ConnPool_Unix description 2017-04-11 08:51:48 -07:00
pdo_construct_attr.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_construct_conn_options.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_construct_dsn_error.phpt mergerd pdo_construct_dsn_format_incorrect and pdo_construct_no_server and renamed to pdo_construct_dsn_error 2017-04-12 10:05:20 -07:00
pdo_construct_TransactionIsolation.phpt merged two transaction isolation tests 2017-04-12 09:32:54 -07:00
pdo_exec_invalid_query.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_fetch_bindcolumn_fetchmode.phpt batch 3 2017-02-24 14:11:29 -08:00
pdo_fetch_columns_fetchmode.phpt batch 2 2017-02-24 10:58:59 -08:00
pdo_fetch_complex_transactions.phpt modified helper methods for temp tables/procs 2017-04-11 08:51:48 -07:00
pdo_fetch_cursor_scroll_random.phpt add new test plus fix some 2017-04-11 08:51:48 -07:00
pdo_fetch_cursorBuffered_binary.phpt Fix baseline for #297 changes. 2017-02-23 11:43:14 -08:00
pdo_fetch_cursorBuffered_char.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_datetime.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_decimal.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_decimal_bindColumn_int.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_float.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_float_bindColumn_lob.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_int.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_int_bindColumn_int.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_money.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_money_bindColumn_int.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_multicolumns.phpt Update phpt comment. 2017-02-21 13:33:37 -08:00
pdo_fetch_cursorBuffered_strings_to_integers.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_cursorBuffered_unicode.phpt Remove uchar.h usage from buffered results. 2017-02-20 18:11:27 -08:00
pdo_fetch_fetchinto_query_args.phpt batch 3 2017-02-24 14:11:29 -08:00
pdo_get_attr_invalid.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_get_set_attr.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_getAttribute_clientInfo.phpt added client info tests 2017-03-03 18:25:08 -08:00
pdo_invalid_conn_opt.phpt changed pdo_lastInsertId.phpt so lastInsertId does not take in table names; fixed indentation 2017-04-12 11:10:58 -07:00
pdo_katmai_special_types.phpt tests for Katmai types 2017-03-30 11:59:39 -07:00
pdo_lastInsertId.phpt change pdo_prepare_invalid_cursor.phpt so it prints out errorinfo 2017-04-12 11:21:54 -07:00
pdo_nested_query_mars.phpt part 2 testing diff API 2017-03-07 16:47:38 -08:00
pdo_output_decimal.phpt Update pdo_output_decimal.phpt 2017-03-16 11:48:09 -07:00
pdo_prepare_invalid_cursor.phpt change pdo_prepare_invalid_cursor.phpt so it prints out errorinfo 2017-04-12 11:21:54 -07:00
pdo_prepare_invalid_encoding.phpt change pdo_prepare_invalid_encoding.phpt so it prints out errorinfo 2017-04-12 11:24:52 -07:00
pdo_prepare_invalid_option_key.phpt commit and rollback tests set stmt to null at the end 2017-04-12 11:33:07 -07:00
pdo_prepare_invalid_scrollable_cursor.phpt commit and rollback tests set stmt to null at the end 2017-04-12 11:33:07 -07:00
pdo_prepare_options.phpt commit and rollback tests set stmt to null at the end 2017-04-12 11:33:07 -07:00
pdo_query_timeout.phpt part 3 testing rowCount 2017-03-07 17:25:39 -08:00
pdo_set_attr_invalid.phpt added catch block in pdo_warnings.phpt 2017-04-12 11:40:26 -07:00
pdo_set_attr_invalid_encoding.phpt added catch block in pdo_warnings.phpt 2017-04-12 11:40:26 -07:00
pdo_statement_rowcount_query.phpt part 4 fetching various types 2017-03-08 09:55:29 -08:00
pdo_stored_proc_fetch_datatypes.phpt fix pdo_stored_proc_fetch_datatypes.phpt 2017-03-16 10:02:23 -07:00
pdo_tools.inc modified helper methods for temp tables/procs 2017-04-11 08:51:48 -07:00
pdo_transaction.phpt fix test description in pdo_transaction.phpt 2017-04-13 14:01:45 -07:00
pdo_utf8_stored_proc_unicode_chars.phpt removed redundant tests 2017-03-08 14:34:56 -08:00
pdo_warnings.phpt added catch block in pdo_warnings.phpt 2017-04-12 11:40:26 -07:00
pdostatement_bindcolumn_odd_types.phpt fix indentations and comments 2017-04-12 12:25:40 -07:00
pdoStatement_bindParam_inout_emulate_prepare.phpt added error handling for emulate prepare with output parameter 2017-04-21 14:57:57 -07:00
pdoStatement_bindParam_output_emulate_prepare.phpt added error handling for emulate prepare with output parameter 2017-04-21 14:57:57 -07:00
pdostatement_get_set_attr.phpt fix indentation in pdostatement_get_set_attr.phpt 2017-04-12 12:28:09 -07:00