Files in r-dbi/DBItest
Testing DBI Backends

.Rbuildignore
.aspell/DBI.rds
.aspell/defaults.R
.aviator/config.yml
.github/.gitignore
.github/CONTRIBUTING.md .github/ISSUE_TEMPLATE.md
.github/odbc/install-mariadb-driver.sh
.github/odbc/odbc.ini
.github/odbc/odbcinst.ini
.github/security.md
.github/workflows/R-CMD-check-dev.yaml
.github/workflows/R-CMD-check.yaml
.github/workflows/backends.yaml
.github/workflows/check/action.yml
.github/workflows/commit/action.yml
.github/workflows/dep-matrix-suggests/action.yml
.github/workflows/dep-matrix/action.yml
.github/workflows/fledge.yaml
.github/workflows/get-extra/action.yml
.github/workflows/git-identity/action.yml
.github/workflows/install/action.yml
.github/workflows/lock.yaml
.github/workflows/odbc.yaml
.github/workflows/pkgdown-build/action.yml
.github/workflows/pkgdown-deploy/action.yml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/rate-limit/action.yml
.github/workflows/revdep.yaml
.github/workflows/roxygenize/action.yml
.github/workflows/style/action.yml
.github/workflows/update-snapshots/action.yml
.gitignore
.lintr
CODE_OF_CONDUCT.md
DBItest.Rproj
DESCRIPTION
LICENSE.md
NAMESPACE
NEWS.md R/DBItest.R R/compat-purrr.R R/context.R R/dbi.R R/dummy.R R/expectations.R R/generics.R R/import-dbi.R R/import-testthat.R R/run.R R/s4.R R/spec-.R R/spec-all.R R/spec-arrow-append-table-arrow.R R/spec-arrow-bind.R R/spec-arrow-create-table-arrow.R R/spec-arrow-fetch-arrow-chunk.R R/spec-arrow-fetch-arrow.R R/spec-arrow-get-query-arrow.R R/spec-arrow-read-table-arrow.R R/spec-arrow-roundtrip.R R/spec-arrow-send-query-arrow.R R/spec-arrow-write-table-arrow.R R/spec-arrow.R R/spec-compliance-methods.R R/spec-compliance.R R/spec-connection-data-type.R R/spec-connection-disconnect.R R/spec-connection-get-info.R R/spec-connection.R R/spec-driver-connect.R R/spec-driver-constructor.R R/spec-driver-data-type.R R/spec-driver-get-info.R R/spec-driver.R R/spec-getting-started.R R/spec-meta-bind-.R R/spec-meta-bind-arrow-stream.R R/spec-meta-bind-arrow.R R/spec-meta-bind-expr.R R/spec-meta-bind-formals.R R/spec-meta-bind-runner.R R/spec-meta-bind-stream.R R/spec-meta-bind.R R/spec-meta-column-info.R R/spec-meta-get-info-result.R R/spec-meta-get-row-count.R R/spec-meta-get-rows-affected.R R/spec-meta-get-statement.R R/spec-meta-has-completed.R R/spec-meta-is-valid.R R/spec-meta.R R/spec-result-clear-result.R R/spec-result-create-table-with-data-type.R R/spec-result-execute.R R/spec-result-fetch.R R/spec-result-get-query.R R/spec-result-roundtrip.R R/spec-result-send-query.R R/spec-result-send-statement.R R/spec-result.R R/spec-sql-append-table.R R/spec-sql-create-table.R R/spec-sql-exists-table.R R/spec-sql-list-fields.R R/spec-sql-list-objects.R R/spec-sql-list-tables.R R/spec-sql-quote-identifier.R R/spec-sql-quote-literal.R R/spec-sql-quote-string.R R/spec-sql-read-table.R R/spec-sql-remove-table.R R/spec-sql-unquote-identifier.R R/spec-sql-write-table.R R/spec-sql.R R/spec-stress-connection.R R/spec-stress.R R/spec-transaction-begin-commit-rollback.R R/spec-transaction-with-transaction.R R/spec-transaction.R R/test-all.R R/test-arrow.R R/test-compliance.R R/test-connection.R R/test-driver.R R/test-getting-started.R R/test-meta.R R/test-result.R R/test-sql.R R/test-stress.R R/test-transaction.R R/test_backend.R R/tweaks.R R/utf8.R R/utils.R R/zzz.R README.md
_pkgdown.yml
codecov.yml
cran-comments.md
inst/WORDLIST
man/DBItest-package.Rd man/context.Rd man/make_placeholder_fun.Rd man/spec_arrow_append_table_arrow.Rd man/spec_arrow_create_table_arrow.Rd man/spec_arrow_fetch_arrow.Rd man/spec_arrow_fetch_arrow_chunk.Rd man/spec_arrow_get_query_arrow.Rd man/spec_arrow_read_table_arrow.Rd man/spec_arrow_send_query_arrow.Rd man/spec_arrow_write_table_arrow.Rd man/spec_compliance_methods.Rd man/spec_connection_disconnect.Rd man/spec_driver_connect.Rd man/spec_driver_constructor.Rd man/spec_driver_data_type.Rd man/spec_get_info.Rd man/spec_getting_started.Rd man/spec_meta_bind.Rd man/spec_meta_column_info.Rd man/spec_meta_get_row_count.Rd man/spec_meta_get_rows_affected.Rd man/spec_meta_get_statement.Rd man/spec_meta_has_completed.Rd man/spec_meta_is_valid.Rd man/spec_result_clear_result.Rd man/spec_result_create_table_with_data_type.Rd man/spec_result_execute.Rd man/spec_result_fetch.Rd man/spec_result_get_query.Rd man/spec_result_roundtrip.Rd man/spec_result_send_query.Rd man/spec_result_send_statement.Rd man/spec_sql_append_table.Rd man/spec_sql_create_table.Rd man/spec_sql_exists_table.Rd man/spec_sql_list_fields.Rd man/spec_sql_list_objects.Rd man/spec_sql_list_tables.Rd man/spec_sql_quote_identifier.Rd man/spec_sql_quote_literal.Rd man/spec_sql_quote_string.Rd man/spec_sql_read_table.Rd man/spec_sql_remove_table.Rd man/spec_sql_unquote_identifier.Rd man/spec_sql_write_table.Rd man/spec_transaction_begin_commit_rollback.Rd man/spec_transaction_with_transaction.Rd man/test_all.Rd man/test_arrow.Rd man/test_compliance.Rd man/test_connection.Rd man/test_data_type.Rd man/test_driver.Rd man/test_getting_started.Rd man/test_meta.Rd man/test_result.Rd man/test_sql.Rd man/test_stress.Rd man/test_transaction.Rd man/tweaks.Rd
revdep-dev/.gitignore
revdep-dev/Makefile
revdep/.gitignore
revdep/README.md revdep/cran.md revdep/drake-analyze.R revdep/drake-base.R revdep/drake-deps.R revdep/drake.R revdep/failures.md revdep/new-problems.md revdep/problems.md tests/testthat.R tests/testthat/helper-dev.R tests/testthat/test-DBItest.R tests/testthat/test-consistency.R tests/testthat/test-context.R tests/testthat/test-dbi.R tests/testthat/test-lint.R tests/testthat/test-tweaks.R vignettes/DBItest.Rmd
r-dbi/DBItest documentation built on Jan. 26, 2024, 1:03 a.m.