php-sqlsrv/test/functional/pdo_sqlsrv
2021-10-19 11:36:53 -07:00
..
access_token.inc Adding supporting for Azure AD access token (#837) 2018-09-06 11:32:04 -07:00
AE_v2_values.inc Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
AEData.inc update AEData.inc and MsCommon_mid-refactor.inc for the ae related tests 2017-11-07 08:59:38 -08:00
break_pdo.php Conn res fix (#1091) 2020-02-06 07:42:20 -08:00
isPooled.php PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
issue_52_pdo.phpt Skipped some tests when running against Azure (#874) 2018-11-07 16:37:11 -08:00
MsCommon.inc Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
MsCommon_mid-refactor.inc Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
MsData_PDO_AllTypes.inc Modified how to send stream data using SQLPutData and SQLParamData (#865) 2018-10-19 14:48:21 -07:00
MsData_UTF8.inc rearrange test folders as functional 2017-06-23 13:09:37 -07:00
MsSetup.inc Added new authentication keyword to support AAD Service Principal (#1199) 2020-10-08 12:30:04 -07:00
PDO11_Drivers.phpt remove xfail from pdostatement_nextRowset.phpt 2017-11-01 17:24:17 -07:00
PDO12_Info.phpt address review comments 2017-11-03 14:35:16 -07:00
PDO21_Connection.phpt Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
PDO22_ConnPool1.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO23_ConnPool2.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO24_ErrorCode.phpt address review comments 2017-11-03 14:35:16 -07:00
PDO25_ErrorInfo.phpt address review comments 2017-11-03 14:35:16 -07:00
PDO26_ConnAttr.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO27_ReadOnlyAttr.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
PDO28_CaseAttr.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO29_ConnInterface.phpt Fixed tests that failed in php 7.4 (#1006) 2019-06-28 14:08:18 -07:00
PDO30_Exec.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO31_Statement.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO32_StmtInterface.phpt Updated functional tests with iterator and locale issues (#1153) 2020-07-09 19:12:00 -07:00
PDO33_Execute.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO34_ColumnCount.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO35_ColumnMeta.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
PDO36_RowCount.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO37_FetchMode.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO38_FetchBound.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
PDO39_FetchInto.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO40_FetchLazy.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO41_FetchAssoc.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO42_FetchNum.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO43_FetchBoth.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO44_FetchObj.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO45_FetchGroup.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO46_FetchUnique.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO47_FetchClass.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO48_FetchColumn.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO48_FetchColumn_unicode_col_name.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO49_FetchFunc.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO50_FetchObject.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO51_FetchLOB.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
PDO61_BindColumn1.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
PDO62_BindColumn2.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
PDO63_BindParam1.phpt refactor PDO_SQLSRV bind param related tests 2017-11-30 14:37:25 -08:00
PDO64_BindParam2.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
PDO65_BindValue1.phpt fix line endings 2017-11-30 16:26:39 -08:00
PDO66_BindValue2.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
PDO67_BindTruncation.phpt fix tests related to having parameter markers in the select list 2017-12-18 16:00:02 -08:00
PDO71_TransExec.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO72_TransDisconnect.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO81_MemoryCheck.phpt Used constants in memory stress tests for easier configuration (#1022) 2019-08-20 12:38:09 -07:00
PDO82_ComplexInsert.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO91_Parent.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO92_Iterator.phpt Updated functional tests with iterator and locale issues (#1153) 2020-07-09 19:12:00 -07:00
PDO93_Recursive.phpt Updated functional tests with iterator and locale issues (#1153) 2020-07-09 19:12:00 -07:00
PDO94_Extend1.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO94_Extend1_p7.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO95_Extend2.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO95_Extend2_p7.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO96_Extend3.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO96_Extend3_p7.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO97_Extend4.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO97_Extend4_p7.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO98_Extend5.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO98_Extend5_p7.phpt Modified existing PDO tests for PHP 8.0+ (#1279) 2021-07-09 11:08:52 -07:00
PDO99_QuoteNullTerminated.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
PDO100_InsertNulls.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
PDO101_LargeColumnName.phpt Streamlined two very similar large column name tests (#807) 2018-07-03 16:47:14 -07:00
PDO101_LargeColumnName_unicode_col_name.phpt Streamlined two very similar large column name tests (#807) 2018-07-03 16:47:14 -07:00
PDO102_MaxOutputParams.phpt apply review comments 2017-12-05 16:32:18 -08:00
pdo_002_connect_app.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_011_quote.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_012_bind_param.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_013_row_count.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_014_integer_custom_formats.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_015_integer_custom_formats_pooling.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_016.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_017.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_018_next_result_set.phpt apply review changes 2017-10-10 15:56:41 -07:00
pdo_019_next_result_set_pooling.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_020_bind_params_array.phpt Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
pdo_021_extended_ascii.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_022_xml_bind_value.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_023.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_033_binary_unicode.phpt apply review changes 2017-10-10 15:56:41 -07:00
pdo_035_binary_encoding_error_bound_by_name.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_035_binary_encoding_error_bound_by_name_errors.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_040_error_information.phpt Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
pdo_060_prepare_execute_fetch_pooling_default.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_061_prepare_execute_fetch_pooling_enabled.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_062_prepare_execute_fetch_pooling_disabled.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_065_construct_persistent.phpt Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
pdo_065_construct_prefetch.phpt Updated functional tests for php8 (#1150) 2020-07-08 19:45:00 -07:00
pdo_069_fetch_empty_nvarchar_buffered.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_092_emulate_prepare_statement_utf8.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_138_unicode_column_name.phpt cosmetic changes 2017-12-04 10:09:59 -08:00
pdo_140_emulate_prepare_mix_binary.phpt cosmetic changes 2017-12-04 10:09:59 -08:00
pdo_140_emulate_prepare_pos_placehodlers.phpt Simplified pdo quote and lastinsertid implementation further (#1254) 2021-05-05 18:21:16 -07:00
pdo_228_setAttribute_clientbuffermaxkbsize.phpt Added new tests for setting client buffer size related to issue 228 (#920) 2019-01-25 15:53:58 -08:00
pdo_228_setConnAttribute_clientbuffermaxkbsize.phpt Added new tests for setting client buffer size related to issue 228 (#920) 2019-01-25 15:53:58 -08:00
pdo_267_closeCursor.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_270_fetch_binary.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_278_lastinsertid_seq.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_278_lastinsertid_seq_2.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_308_empty_output_param.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_336_pho_exec_empty_result_set_error.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_378_out_param_error.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_538_quote_nul.phpt Simplified pdo quote and lastinsertid implementation further (#1254) 2021-05-05 18:21:16 -07:00
pdo_569_query_varcharmax.phpt Fixed failing tests (#981) 2019-04-26 16:30:15 -07:00
pdo_569_query_varcharmax_ae.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_574_next_rowset.phpt Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
pdo_678_conn_resiliency_pooling.phpt Added new tests for issue 678 2018-05-01 15:14:11 -07:00
pdo_707_ae_output_param_decimals.phpt Fixed output and skipifs 2018-07-11 11:29:34 -07:00
pdo_900_output_param_memory_data.phpt Initialize output param buffer when allocating extra space (#907) 2018-12-17 12:25:37 -08:00
pdo_924_display_more_errors.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_924_log_all_warnings.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_929_language_option.phpt Tests modified for language option for SQL Azure (#963) 2019-03-29 08:28:46 -07:00
pdo_937_metadata.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_1018_emulate_prepare_natl_char.phpt Modified pdo tests to work with column encryption (#1051) 2019-11-06 08:21:38 -08:00
pdo_1018_quote_param_str_natl_char.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_1018_real_prepare_natl_char.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_1027_query_timeout.phpt Modified how drivers handle query timeout settings (#1037) 2019-09-18 07:49:14 -07:00
pdo_1063_locale_configs.phpt Updated functional tests with iterator and locale issues (#1153) 2020-07-09 19:12:00 -07:00
pdo_1063_test_locale.php Replaced strftime with IntlDateFormatter (#1286) 2021-08-10 15:27:39 -07:00
pdo_1079_sql_variant_buffered_queries.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_1100_query_timeout_disconnect.phpt Dropped the use of LOCK TIMEOUT (#1165) 2020-07-23 16:07:41 -07:00
pdo_1170_direct_query_with_textsize.phpt Fixed get_field_as_string when using display size for large types (#1172) 2020-08-06 09:46:15 -07:00
pdo_1258_is_callable_error.phpt Updated pdo_sqlsrv_get_driver_methods as per documentation (#1259) 2021-05-17 17:37:19 -07:00
pdo_1261_test_ascii_utf8.phpt Fixed build script and failing tests (#1268) 2021-06-10 17:59:08 -07:00
pdo_1307_tvp_non_procedure.phpt Added TVP support to non-procedure statements (#1309) 2021-09-29 12:27:52 -07:00
pdo_1307_tvp_non_procedure_schema.phpt Added TVP support to non-procedure statements (#1309) 2021-09-29 12:27:52 -07:00
pdo_ae_azure_key_vault_client_secret.phpt For these AKV tests check env despite not AE connected 2018-06-07 13:54:35 -07:00
pdo_ae_azure_key_vault_common.php Refactored some akv tests, other small changes 2018-05-25 13:08:35 -07:00
pdo_ae_azure_key_vault_keywords.phpt Updated appveyor yml to build 7.3 and 7.4 (#1065) 2019-12-04 17:08:52 -08:00
pdo_ae_azure_key_vault_username_password.phpt For these AKV tests check env despite not AE connected 2018-06-07 13:54:35 -07:00
pdo_ae_bindColumn_pdoparam_binary_size.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_char_size.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_datetime.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_datetime_precision.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_decimal_precision.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_float_bits.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_nchar_size.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_bindColumn_pdoparam_numeric.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_ae_fixed_var_widths.phpt Added new tests to compare types of fixed and variable widths (#1171) 2020-08-05 16:43:40 -07:00
pdo_AE_functions.inc Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_ae_insert_datetime.phpt add refactored ae related tests 2017-11-06 17:30:11 -08:00
pdo_ae_insert_datetime_encrypted.phpt Further reverted changes to distinguish datetime fields (#1178) 2020-08-12 17:24:39 -07:00
pdo_ae_insert_decimal.phpt Conversion is unnecessary for numeric parameters (#1136) 2020-06-19 14:45:13 -07:00
pdo_ae_insert_money.phpt apply review commnets 2017-11-07 17:12:43 -08:00
pdo_ae_insert_numeric.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_ae_insert_pdoparam_binary_size.phpt fix tests according to review comments 2018-03-13 12:50:20 -07:00
pdo_ae_insert_pdoparam_char_size.phpt address review comments 2018-03-13 16:15:42 -07:00
pdo_ae_insert_pdoparam_datetime.phpt polich PDO side ae related tests 2018-03-02 16:34:47 -08:00
pdo_ae_insert_pdoparam_datetime_precision.phpt Updated checks to distinguish smalldatetime, datetime and datetime2 fields (#1175) 2020-08-07 18:33:12 -07:00
pdo_ae_insert_pdoparam_decimal_precision.phpt Removed the workaround in a decimal test because issue 706 has been fixed 2018-05-02 12:33:52 -07:00
pdo_ae_insert_pdoparam_float_bits.phpt polich PDO side ae related tests 2018-03-02 16:34:47 -08:00
pdo_ae_insert_pdoparam_money.phpt apply review commnets 2017-11-07 17:12:43 -08:00
pdo_ae_insert_pdoparam_nchar_size.phpt address review comments 2018-03-13 16:15:42 -07:00
pdo_ae_insert_pdoparam_numeric.phpt test numeric test 2018-03-13 13:59:39 -07:00
pdo_ae_insert_retrieve.phpt apply review commnets 2017-11-07 17:12:43 -08:00
pdo_ae_insert_retrieve_fixed_size.phpt add refactored ae related tests 2017-11-06 17:30:11 -08:00
pdo_ae_insert_retrieve_nvarchar.phpt apply review commnets 2017-11-07 17:12:43 -08:00
pdo_ae_insert_retrieve_varchar.phpt add refactored ae related tests 2017-11-06 17:30:11 -08:00
pdo_ae_insert_scientificNot.phpt Conversion is unnecessary for numeric parameters (#1136) 2020-06-19 14:45:13 -07:00
pdo_ae_insert_string.phpt apply review commnets 2017-11-07 17:12:43 -08:00
pdo_ae_output_param_all.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_ae_output_param_binary_size.phpt Fixed incorrect error when binding inout PDO STR with binary encoding 2018-04-24 15:38:53 -07:00
pdo_ae_output_param_char_size.phpt Updated failing tests 2018-04-10 19:45:18 -07:00
pdo_ae_output_param_datetimes.phpt Updated failing tests 2018-04-10 19:45:18 -07:00
pdo_ae_output_param_decimals.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_ae_output_param_errors.phpt Check exception when finalizing output parameters (#1143) 2020-06-22 15:42:32 -07:00
pdo_ae_output_param_floats.phpt Made some tests more robust and work with PHP 8.1 (#1285) 2021-07-30 17:00:33 -07:00
pdo_ae_output_param_integers.phpt PDO tests for retrieving data as output params using various PDO param types 2018-03-13 14:04:40 -07:00
pdo_ae_output_param_nchar_size.phpt Updated failing tests 2018-04-10 19:45:18 -07:00
pdo_ae_unsupported_stmt_attr.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_aev2_ce_enabled.phpt Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_aev2_encrypt_plaintext.phpt Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_aev2_keywords.phpt Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_aev2_reencrypt_encrypted.phpt Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_aev2_wrong_attestation.phpt Always Encrypted v2 support (#1045) 2019-10-31 16:55:36 -07:00
pdo_ansi_locale_fr.phpt Added new tests for testing gb18030 (#1166) 2020-07-24 18:31:39 -07:00
pdo_ansi_locale_zh.phpt Added new tests to compare types of fixed and variable widths (#1171) 2020-08-05 16:43:40 -07:00
pdo_azure_ad_access_token.phpt Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
pdo_azure_ad_authentication.phpt Changed keyword to ActiveDirectoryServicePrincipal (#1229) 2021-01-15 10:02:35 -08:00
pdo_azure_ad_managed_identity.phpt Support for Managed Identity for Azure resources (#875) 2019-01-11 17:17:45 -08:00
pdo_azure_ad_service_principal.phpt Changed keyword to ActiveDirectoryServicePrincipal (#1229) 2021-01-15 10:02:35 -08:00
pdo_batch_query.phpt Added batch query test for pdo (#997) 2019-05-22 11:38:46 -07:00
pdo_bigint_outparam.phpt Minor fixes 2018-04-11 13:37:31 -07:00
pdo_bindparam_inout_binary_encoding.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_bool_outparam.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_buffered_fetch_types.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_connect_driver.phpt Updated list of supported processor architecture (#1290) 2021-08-27 09:29:16 -07:00
pdo_connect_encrypted.phpt Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
pdo_connection_logs.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_connection_quote.phpt Updated drivers and tests to support PHP 8.0.0 RC1 (#1194) 2020-09-29 17:53:58 -07:00
pdo_connection_resiliency.phpt Moved error checking inside pdo connres tests 2018-07-19 13:25:07 -07:00
pdo_connection_resiliency_keywords.phpt Fixed skipifs and output 2018-07-11 16:27:03 -07:00
pdo_connection_resiliency_prepare_transact.phpt Moved error checking inside pdo connres tests 2018-07-19 13:25:07 -07:00
pdo_connection_resiliency_timeouts.phpt Moved error checking inside pdo connres tests 2018-07-19 13:25:07 -07:00
PDO_ConnPool_Unix.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_construct.phpt Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
pdo_construct_attr.phpt Updated functional tests for php8 (#1150) 2020-07-08 19:45:00 -07:00
pdo_construct_attr_errors.phpt Fixed pdo test 2019-05-10 12:56:51 -07:00
pdo_construct_conn_options.phpt Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
pdo_construct_dsn_error.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
pdo_construct_TransactionIsolation.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_data_classification.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_data_classification_ranks.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_decimal_precision.phpt change test title in pdo_decimal_precision.phpt and sqlsrv_decimal_precision.phpt 2017-10-20 15:10:56 -07:00
pdo_empty_result_error.phpt Add new pdo_sqlsrv tests for utf8 encoding errors (#966) 2019-04-09 09:34:31 -07:00
pdo_error.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_errorinfo_emulateprepare.phpt fix AE related tests 2017-12-12 17:12:48 -08:00
pdo_errorMode.phpt apply review changes 2017-10-10 15:56:41 -07:00
pdo_errorMode_logs.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_escape_braces.phpt Fixed for issues found by Semmle (#1011) 2019-07-23 15:12:55 -07:00
pdo_exec.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_exec_invalid_query.phpt apply review changes 2017-10-10 15:56:41 -07:00
pdo_fetch_bindcolumn_fetchmode.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
pdo_fetch_column_twice.phpt Updated drivers and tests to support PHP 8.0.0 RC1 (#1194) 2020-09-29 17:53:58 -07:00
pdo_fetch_columns_fetchmode.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
pdo_fetch_complex_transactions.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_fetch_cursor_scroll_random.phpt fix tests that uses scrollable cursor with AE 2018-01-18 15:35:13 -08:00
pdo_fetch_cursorBuffered_binary.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_char.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_datetime.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_decimal.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_decimal_bindColumn_int.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_float.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_float_bindColumn_lob.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_fetch_cursorBuffered_int.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_int_bindColumn_int.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_money.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_money_bindColumn_int.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_cursorBuffered_multicolumns.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_fetch_cursorBuffered_strings_to_integers.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_fetch_cursorBuffered_unicode.phpt apply review changes 2017-10-10 11:34:59 -07:00
pdo_fetch_datetime_as_output_param.phpt Feature request - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for pdo_sqlsrv to return datetime as objects (#842) 2018-09-17 16:24:52 -07:00
pdo_fetch_datetime_time_as_objects.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_fetch_datetime_time_nulls.phpt Improve data caching with datetime objects (#1008) 2019-07-15 14:21:54 -07:00
pdo_fetch_fetchinto_query_args.phpt Conversion is unnecessary for numeric parameters (#1136) 2020-06-19 14:45:13 -07:00
pdo_fetch_large_stream.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_fetch_variants_diff_styles.phpt Include sql_variant type for buffered queries (#1080) 2020-01-22 08:01:59 -08:00
pdo_get_attr_invalid.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_get_set_attr.phpt Update change log and version for 5.10.0 beta1 (#1294) 2021-09-07 17:38:17 -07:00
pdo_getAttribute_clientInfo.phpt Update change log and version for 5.10.0 beta1 (#1294) 2021-09-07 17:38:17 -07:00
pdo_getAvailableDrivers.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_insert_fetch_invalid_utf16.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_insert_fetch_utf8stream.phpt Add new pdo_sqlsrv tests for utf8 encoding errors (#966) 2019-04-09 09:34:31 -07:00
pdo_insert_fetch_utf8text.phpt Conversion is unnecessary for numeric parameters (#1136) 2020-06-19 14:45:13 -07:00
pdo_insertDataType.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_invalid_conn_opt.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_katmai_special_types.phpt change normal encryption to none encryption 2017-12-08 12:11:53 -08:00
pdo_lastInsertId.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdo_mars_disabled_error_checks.phpt PDO errorinfo includes additional odbc messages if available (#1133) 2020-05-22 15:09:28 -07:00
pdo_nested_query_mars.phpt follow coding standard for refactored tests 2017-10-04 13:16:25 -07:00
pdo_output_decimal.phpt Added more pdo tests to verify different error conditions (#984) 2019-05-01 13:09:15 -07:00
pdo_output_decimal_errors.phpt Added more pdo tests to verify different error conditions (#984) 2019-05-01 13:09:15 -07:00
pdo_param_output_select_variant.phpt add comments about ae not supporting parameters in select list 2017-12-19 15:17:01 -08:00
pdo_param_output_variants.phpt fix AE related tests 2017-12-12 17:12:48 -08:00
pdo_prepare.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_prepare_attribute.phpt Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
pdo_prepare_emulatePrepare_binary.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_prepare_emulatePrepare_char.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_prepare_emulatePrepare_datetime.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_prepare_emulatePrepare_decimal.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_prepare_emulatePrepare_float.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_prepare_emulatePrepare_int.phpt fix double reclaring KSP function; fixed tests with emulate prepare or direct query 2017-11-30 17:34:20 -08:00
pdo_prepare_emulatePrepare_money.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_prepare_emulatePrepare_unicode.phpt Fixed a flawed emulate prepare test with AE (#1301) 2021-09-14 17:36:35 -07:00
pdo_prepare_invalid_cursor.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_prepare_invalid_encoding.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_prepare_invalid_option_key.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_prepare_invalid_scrollable_cursor.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_prepare_options.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_query.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdo_query_timeout.phpt address review comments 2017-11-03 17:01:09 -07:00
pdo_quote.phpt change include file to MsCommon_mid-refactor.inc in pdo_quote.phpt 2017-11-02 09:51:01 -07:00
pdo_set_attr_invalid.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_set_attr_invalid_encoding.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_simple_update_variants.phpt Include sql_variant type for buffered queries (#1080) 2020-01-22 08:01:59 -08:00
pdo_statement_rowcount_query.phpt address review comments 2017-11-03 17:01:09 -07:00
pdo_stored_proc_fetch_datatypes.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_test_gb18030.php Added new tests for testing gb18030 (#1166) 2020-07-24 18:31:39 -07:00
pdo_test_non_LOB_types.phpt Made some tests more robusts across platforms (#1092) 2020-02-11 11:39:31 -08:00
pdo_test_passwords_with_braces.phpt Added tests for passwords with non alpha characters and braces (#1179) 2020-08-13 12:22:07 -07:00
pdo_test_TVP_bind_binary_values.phpt Fixed build script and failing tests (#1268) 2021-06-10 17:59:08 -07:00
pdo_test_TVP_bind_params.phpt Made some tests more robust and work with PHP 8.1 (#1285) 2021-07-30 17:00:33 -07:00
pdo_test_TVP_bind_values.phpt Implemented table-valued parameter support (#1257) 2021-05-25 15:36:01 -07:00
pdo_test_TVP_double_tvps.phpt Changed how schema is provided for TVP input (#1264) 2021-06-02 12:16:51 -07:00
pdo_test_TVP_error_cases.phpt Changed how schema is provided for TVP input (#1264) 2021-06-02 12:16:51 -07:00
pdo_test_TVP_nulls_buffered.phpt Made some tests more robust and work with PHP 8.1 (#1285) 2021-07-30 17:00:33 -07:00
pdo_test_TVP_with_nulls.phpt Implemented table-valued parameter support (#1257) 2021-05-25 15:36:01 -07:00
pdo_TNIR.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_tools.inc rearrange test folders as functional 2017-06-23 13:09:37 -07:00
pdo_transaction.phpt add exception handling for pdo_transaction.phpt 2017-11-03 17:10:45 -07:00
pdo_transactions.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdo_txn_rollback_crash.phpt Fixed line endings 2017-11-07 16:06:19 -08:00
pdo_utf8_conn.phpt Addressed various issues with PHP 7.4 beta1 (#1015) 2019-07-29 08:02:50 -07:00
pdo_utf8_stored_proc_unicode_chars.phpt refactor PDO_SQLSRV bind param related tests 2017-11-30 14:37:25 -08:00
pdo_warning_errors.phpt Add new pdo_sqlsrv tests for utf8 encoding errors (#966) 2019-04-09 09:34:31 -07:00
pdo_warnings.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_bindColumn.phpt address review comments 2017-11-03 17:01:09 -07:00
pdostatement_bindcolumn_odd_types.phpt refactor PDO_SQLSRV bind param related tests 2017-11-30 14:37:25 -08:00
pdostatement_bindParam.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdostatement_bindParam_empty_binary.phpt Modified how to send stream data using SQLPutData and SQLParamData (#865) 2018-10-19 14:48:21 -07:00
pdoStatement_bindParam_inout_emulate_prepare.phpt apply review comments 2017-12-05 16:32:18 -08:00
pdoStatement_bindParam_output_emulate_prepare.phpt Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
pdostatement_bindValue.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdostatement_Buffqry.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_closeCursor.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdostatement_columnCount.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdostatement_debugDumpParams.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_error.phpt refactor PDO tests with client buffer or table with all datatypes 2017-11-01 17:09:58 -07:00
pdostatement_execute.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdostatement_fetch_orientation.phpt Simplied conversions from strings to numbers (#1146) 2020-06-26 15:56:51 -07:00
pdostatement_fetch_style.phpt Updated function signatures and error messages (#1163) 2020-07-22 09:52:16 -07:00
pdostatement_fetchAll.phpt Updated function signatures and error messages (#1163) 2020-07-22 09:52:16 -07:00
pdostatement_fetchColumn.phpt address review comments 2017-11-03 17:01:09 -07:00
pdostatement_fetchmode_emulate_prepare.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_fetchObject.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdostatement_format_decimals.phpt Fixed the error in the pdo decimal test (#890) 2018-11-29 08:55:09 -08:00
pdostatement_format_money_scales.phpt Decimal places for money types only (#886) 2018-11-27 17:18:38 -08:00
pdostatement_format_money_types.phpt Modified money tests to test the accuracies of floats (#944) 2019-03-04 18:11:37 -08:00
pdostatement_get_set_attr.phpt Added more pdo tests to verify different error conditions (#984) 2019-05-01 13:09:15 -07:00
pdostatement_getColumnMeta.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_getColumnMeta_unicode_col_name.phpt PHP 8.1 dev (#1282) 2021-07-28 15:45:04 -07:00
pdostatement_GetDataType.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdostatement_nextRowset.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
pdostatement_rowCount.phpt rearrange test folders as functional 2017-06-23 13:09:37 -07:00
pdostatement_setFetchMode.phpt Modified some tests to work cross platforms (locales and floats) (#1135) 2020-05-14 20:47:40 -07:00
skipif.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
skipif_azure.inc Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
skipif_azure_ad_acess_token.inc Adding supporting for Azure AD access token (#837) 2018-09-06 11:32:04 -07:00
skipif_azure_dw.inc Skipped the non-applicables tests against Azure Data Warehouse (#913) 2019-01-07 15:36:59 -08:00
skipif_mid-refactor.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
skipif_not_akv.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
skipif_not_hgs.inc Updated tests to run against AE v2 server (#1305) 2021-09-22 09:40:57 -07:00
skipif_old_php.inc Feature request: support extended string types (#1043) 2019-10-23 15:12:52 -07:00
skipif_protocol_not_tcp.inc Simplified a skipif file for checking tcp protocol (#1317) 2021-10-19 11:36:53 -07:00
skipif_unix.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
skipif_unix_ansitests.inc Added new tests for testing gb18030 (#1166) 2020-07-24 18:31:39 -07:00
skipif_unix_locales.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
skipif_version_less_than_2k14.inc Added driver to the skipif conditions (#831) 2018-08-17 13:52:23 -07:00
skipif_version_less_than_2k16.inc Adding supporting for Azure AD access token (#837) 2018-09-06 11:32:04 -07:00
skipif_versions_old.inc Fixed the skipif wordings and styles (#1070) 2020-01-06 10:57:55 -08:00
test_ae_keys_setup.phpt Added the driver option to run functional tests 2018-06-08 16:00:27 -07:00
test_encoding_UTF8_emulate_prepare.phpt add comments about ae not supporting parameters in select list 2017-12-19 15:17:01 -08:00
values.php Added tests to fetch empty strings with wrong php types (#1169) 2020-07-30 13:58:50 -07:00