Skip to content

Commit

Permalink
Merge tag 'v0.2-1' into develop
Browse files Browse the repository at this point in the history
- 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).
  • Loading branch information
Kirill Müller committed Nov 13, 2015
2 parents cd5faa6 + 701c0e4 commit d6ea848
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: DBItest
Title: Testing "DBI" Backends
Version: 0.2
Date: 2015-11-11
Version: 0.2-1
Date: 2015-11-12
Authors@R: as.person("Kirill Müller <krlmlr+r@mailbox.org> [aut, cre]")
Description: A helper that simplifies writing tests for "DBI" backends.
Depends:
Expand Down Expand Up @@ -33,4 +33,4 @@ Collate:
'test_result_meta.R'
'test_compliance.R'
'utf8.R'
RoxygenNote: 5.0.0.9000
RoxygenNote: 5.0.1
8 changes: 8 additions & 0 deletions NEWS.md
@@ -1,3 +1,11 @@
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).


Version 0.2 (2015-11-11)
===

Expand Down

0 comments on commit d6ea848

Please sign in to comment.