You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
- Tests from the proposal
- SQL
- Metadata
- DBI compliance (not testing read-only yet)
- Migrate most of the tests from RMySQL
- 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
- Same as 0.1-6
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
SELECT cast(NULL as <dbDataType()>) AS a
The text was updated successfully, but these errors were encountered: