Test setupFunctions to include in a backend to enable DBI tests. |
|
---|---|
DBItest: Testing DBI Backends |
|
Test contexts |
|
Tweaks for DBI tests |
|
Test runnersFunctions that run a set of tests. |
|
Run all tests |
|
Getting started |
|
Getting started with testing |
|
spec_getting_started |
|
The “Driver” class |
|
Test the "Driver" class |
|
spec_driver_connect |
|
spec_driver_constructor |
|
spec_driver_data_type |
|
|
spec_driver_get_info |
The “Connection” class |
|
Test the "Connection" class |
|
spec_connection_disconnect |
|
|
spec_driver_get_info |
The “Result” class |
|
Test the "Result" class |
|
spec_result_clear_result |
|
spec_result_create_table_with_data_type |
|
spec_result_execute |
|
spec_result_fetch |
|
spec_result_get_query |
|
spec_result_roundtrip |
|
spec_result_send_query |
|
spec_result_send_statement |
|
SQL methods |
|
Test SQL methods |
|
spec_sql_append_table |
|
spec_sql_create_table |
|
spec_sql_exists_table |
|
spec_sql_list_fields |
|
spec_sql_list_objects |
|
spec_sql_list_tables |
|
spec_sql_quote_identifier |
|
spec_sql_quote_literal |
|
spec_sql_quote_string |
|
spec_sql_read_table |
|
spec_sql_remove_table |
|
spec_sql_unquote_identifier |
|
spec_sql_write_table |
|
Metadata functions |
|
Test metadata functions |
|
|
spec_driver_get_info |
spec_meta_bind |
|
spec_meta_column_info |
|
spec_meta_get_row_count |
|
spec_meta_get_rows_affected |
|
spec_meta_get_statement |
|
spec_meta_has_completed |
|
spec_meta_is_valid |
|
Transaction functions |
|
Test transaction functions |
|
spec_transaction_begin_commit_rollback |
|
spec_transaction_with_transaction |
|
Full compliance to DBI |
|
Test full compliance to DBI |
|
spec_compliance_methods |