Skip to content

Commit

Permalink
Merge branch 'release/0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Müller committed Nov 11, 2015
2 parents cec3f80 + 0e9ca4e commit 35e7272
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 40 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DBItest
Title: Testing "DBI" Backends
Version: 0.1-6
Date: 2015-11-10
Version: 0.2
Date: 2015-11-11
Authors@R: as.person("Kirill Müller <[email protected]> [aut, cre]")
Description: A helper that simplifies writing tests for "DBI" backends.
Depends:
Expand Down
54 changes: 16 additions & 38 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,23 @@
Version 0.1-6 (2015-11-10)
===

- Add DBI compliance test
- Disambiguate test names (#21)


Version 0.1-5 (2015-11-10)
===

- Test `dbBind()` in all supported variants
- Test BLOB data type (#17)
- Check actual availability of type returned by `dbDataType()` (#19)
- Use regex matching for deciding skipped tests, skip regex must match the entire test name


Version 0.1-4 (2015-11-08)
===

- Test metadata functions for result sets
- Test metadata functions for connections
- Improve documentation for `test_all()`: Tests are listed in new "Tests" section


Version 0.1-3 (2015-11-08)
Version 0.2 (2015-11-11)
===

- Tests from the proposal
- SQL
- Metadata
- DBI compliance (not testing read-only yet)
- Migrate most of the tests from RMySQL


Version 0.1-2 (2015-11-07)
===

- Add brief instructions to README


Version 0.1-1 (2015-11-07)
===

- Implement SQL tests
- Test improvements
- Test BLOB data type (#17)
- Check actual availability of type returned by `dbDataType()` (#19)
- Testing infrastructure
- Disambiguate test names (#21)
- Use regex matching for deciding skipped tests, skip regex must match the entire test name
- Documentation
- Document all tests in each test function using the new inline documentation feature of roxygen2
- Improve documentation for `test_all()`: Tests are listed in new "Tests" section
- Add brief instructions to README
- Move repository to rstats-db namespace
- Document all tests in each test function using the new inline documentation feature of roxygen2
- Same as 0.1-6


Version 0.1 (2015-10-11)
Expand Down

0 comments on commit 35e7272

Please sign in to comment.