This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-dbitest.
commit cba1e3cfc661d1d048ccd242397cce3d47afc55e Merge: be38f3c 37c930a Author: Andreas Tille <[email protected]> Date: Sun Oct 1 23:32:39 2017 +0200 Updated version 1.5 from 'upstream/1.5' with Debian dir efa4179e24a158d05a1aaf6279f0cf5df2fb80c8 DESCRIPTION | 66 +-- MD5 | 179 +++--- NAMESPACE | 8 +- NEWS.md | 63 +++ R/context.R | 5 +- R/expectations.R | 48 +- R/import-dbi.R | 7 +- R/run.R | 30 +- R/spec-.R | 62 +- R/spec-all.R | 11 + R/spec-compliance-methods.R | 24 +- R/spec-compliance-read-only.R | 18 - R/spec-compliance.R | 1 - R/spec-connection-connect.R | 23 - R/spec-connection-data-type.R | 33 +- R/spec-connection-disconnect.R | 43 ++ R/spec-connection-get-info.R | 25 +- R/spec-connection.R | 2 +- R/spec-driver-class.R | 7 - R/spec-driver-connect.R | 35 ++ R/spec-driver-constructor.R | 21 +- R/spec-driver-data-type.R | 159 ++++-- R/spec-driver.R | 3 +- R/spec-getting-started.R | 13 +- R/spec-meta-bind-.R | 126 +---- R/spec-meta-bind-multi-row.R | 70 --- R/spec-meta-bind-runner.R | 101 ++++ R/spec-meta-bind-tester-extra.R | 21 + R/spec-meta-bind.R | 443 +++++++++------ R/spec-meta-column-info.R | 17 +- R/spec-meta-get-row-count.R | 122 +++- R/spec-meta-get-rows-affected.R | 89 ++- R/spec-meta-get-statement.R | 62 +- R/spec-meta-has-completed.R | 88 +++ R/spec-meta-is-valid-connection.R | 16 - R/spec-meta-is-valid-result.R | 21 - R/spec-meta-is-valid.R | 61 ++ R/spec-meta.R | 9 +- R/spec-result-clear-result.R | 62 ++ R/spec-result-create-table-with-data-type.R | 54 +- R/spec-result-execute.R | 69 +++ R/spec-result-fetch.R | 312 ++++++---- R/spec-result-get-query.R | 197 +++++-- R/spec-result-roundtrip.R | 609 +++++++------------- R/spec-result-send-query.R | 120 ++-- R/spec-result-send-statement.R | 102 ++++ R/spec-result.R | 9 +- R/spec-sql-exists-table.R | 117 ++++ R/spec-sql-list-fields.R | 23 +- R/spec-sql-list-tables.R | 92 ++- R/spec-sql-quote-identifier.R | 163 ++++-- R/spec-sql-quote-string.R | 142 ++++- R/spec-sql-read-table.R | 303 ++++++++++ R/spec-sql-read-write-roundtrip.R | 241 -------- R/spec-sql-read-write-table.R | 137 ----- R/spec-sql-remove-table.R | 161 ++++++ R/spec-sql-write-table.R | 755 +++++++++++++++++++++++++ R/spec-sql.R | 6 +- R/spec-stress-connection.R | 41 +- R/spec-stress-driver.R | 34 -- R/spec-stress.R | 1 - R/spec-transaction-begin-commit-rollback.R | 192 +++++++ R/spec-transaction-begin-commit.R | 98 ---- R/spec-transaction-begin-rollback.R | 10 - R/spec-transaction-with-transaction.R | 133 ++++- R/spec-transaction.R | 3 +- R/spec.R | 16 +- R/test-all.R | 12 +- R/tweaks.R | 71 ++- R/utils.R | 136 ++++- build/vignette.rds | Bin 202 -> 200 bytes inst/doc/test.html | 8 +- man/DBIspec-wip.Rd | 306 +--------- man/DBIspec.Rd | 191 +------ man/DBItest-package.Rd | 3 +- man/context.Rd | 1 - man/make_placeholder_fun.Rd | 1 - man/spec_connection_disconnect.Rd | 21 + man/spec_driver_connect.Rd | 31 + man/spec_driver_data_type.Rd | 45 ++ man/spec_meta_bind.Rd | 115 ++++ man/spec_meta_get_row_count.Rd | 29 + man/spec_meta_get_rows_affected.Rd | 21 + man/spec_meta_get_statement.Rd | 16 + man/spec_meta_has_completed.Rd | 32 ++ man/spec_meta_is_valid.Rd | 25 + man/spec_result_clear_result.Rd | 24 + man/spec_result_create_table_with_data_type.Rd | 16 + man/spec_result_execute.Rd | 33 ++ man/spec_result_fetch.Rd | 46 ++ man/spec_result_get_query.Rd | 54 ++ man/spec_result_roundtrip.Rd | 51 ++ man/spec_result_send_query.Rd | 35 ++ man/spec_result_send_statement.Rd | 35 ++ man/spec_sql_exists_table.Rd | 42 ++ man/spec_sql_list_tables.Rd | 33 ++ man/spec_sql_quote_identifier.Rd | 47 ++ man/spec_sql_quote_string.Rd | 45 ++ man/spec_sql_read_table.Rd | 74 +++ man/spec_sql_remove_table.Rd | 38 ++ man/spec_sql_write_table.Rd | 129 +++++ man/spec_transaction_begin_commit_rollback.Rd | 57 ++ man/spec_transaction_with_transaction.Rd | 31 + man/test_all.Rd | 11 +- man/test_compliance.Rd | 1 - man/test_connection.Rd | 1 - man/test_data_type.Rd | 50 ++ man/test_driver.Rd | 1 - man/test_getting_started.Rd | 1 - man/test_meta.Rd | 1 - man/test_result.Rd | 1 - man/test_sql.Rd | 1 - man/test_stress.Rd | 1 - man/test_transaction.Rd | 1 - man/tweaks.Rd | 43 +- tests/testthat/test-consistency.R | 28 + tests/testthat/test-tweaks.R | 2 +- 117 files changed, 5711 insertions(+), 2620 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-dbitest.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
