From 6fddcd7aaccc51ef10e259bf6b5fddbf9c141b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 15 Nov 2015 02:19:05 +0100 Subject: [PATCH 1/3] bump version to 0.3 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 92d2c2d5a..cd107b150 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: DBItest Title: Testing "DBI" Backends -Version: 0.2-5 +Version: 0.3 Date: 2015-11-15 Authors@R: as.person("Kirill Müller [aut, cre]") Description: A helper that simplifies writing tests for "DBI" backends. From 597c2758323ca2526fae47dd692e4f673bf7ec7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 15 Nov 2015 02:25:51 +0100 Subject: [PATCH 2/3] squash NEWS --- NEWS.md | 64 +++++++++++++++++++++------------------------------------ 1 file changed, 23 insertions(+), 41 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6471e7bcf..fc1cb86bf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,46 +1,28 @@ -Version 0.2-5 (2015-11-15) +Version 0.3 (2015-11-15) === -- Turn off stress tests on Travis for now (see #39) - - -Version 0.2-4 (2015-11-14) -=== - -- New "test" vignette (#16) -- Add missing methods to compliance check -- Add package documentation (#38) -- Combine "meta" tests into new `test_meta()` (#37) - - -Version 0.2-3 (2015-11-14) -=== - -- Package is now feature-complete -- Migrate all tests from existing backends (#28) -- Implement simple read-only test (#27) -- Stress tests for repeated load/unload (with and without connecting) in new R session (#2) - - -Version 0.2-2 (2015-11-14) -=== - -- Refactor `data_` tests to use a worker function `test_select()` -- Test tables with `NA` values above and below the non-`NA` value in `data_` tests -- Test return values and error conditions for `dbBind()` and `dbClearResult()` (#31) -- Test vectorization of `dbQuoteString()` and `dbQuoteIdentifier()` (#18) -- Test that dates have `integer` as underlying data type (#9) -- Roundtrip tests sort output table to be sure (#32) -- Avoid using `data.frame()` for date and time columns (#10) -- Use `expect_identical()` instead of `expect_equal()` in many places (#13) - - -Version 0.2-1 (2015-11-12) -=== - -- Test `NA` to `NULL` conversion in `dbQuoteString()`, and false friends (#23) -- Enhance test for `dbQuoteIdentifier()` (#30) -- Catch all errors in `on.exit()` handlers via `expect_error()` (#20). +- Feature-complete, ready for review +- Tests from the proposal + - Add missing methods to compliance check + - Add simple read-only test (#27) + - Add stress tests for repeated load/unload (with and without connecting) in new R session (#2), + - Migrate all tests from existing backends (#28) + - Refactor `data_` tests to use a worker function `test_select()` + - Test tables with `NA` values above and below the non-`NA` value in `data_` tests + - Test return values and error conditions for `dbBind()` and `dbClearResult()` (#31) + - Test vectorization of `dbQuoteString()` and `dbQuoteIdentifier()` (#18) + - Test that dates have `integer` as underlying data type (#9) + - Roundtrip tests sort output table to be sure (#32) + - Test `NA` to `NULL` conversion in `dbQuoteString()`, and false friends (#23) + - Enhance test for `dbQuoteIdentifier()` (#30) +- Style + - Avoid using `data.frame()` for date and time columns (#10) + - Use `expect_identical()` instead of `expect_equal()` in many places (#13) + - Catch all errors in `on.exit()` handlers via `expect_error()` (#20). + - Combine "meta" tests into new `test_meta()` (#37) +- Documentation + - New "test" vignette (#16) + - Add package documentation (#38) Version 0.2 (2015-11-11) From 8386bc3bfa1a75f8963b6610b64ecc2b87ebe554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 15 Nov 2015 02:26:52 +0100 Subject: [PATCH 3/3] same as --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index fc1cb86bf..26a57c506 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,6 +23,7 @@ Version 0.3 (2015-11-15) - Documentation - New "test" vignette (#16) - Add package documentation (#38) +- Same as 0.2-5 Version 0.2 (2015-11-11)