Skip to content

Commit

Permalink
Merge tag 'v0.11-9'
Browse files Browse the repository at this point in the history
- Test almost all test cases of the DBI specification.
- Queries not supported by the prepared statement protocol can now be run via `dbExecute()` or `dbSendStatement()`, the function `mariadbExecQuery()` has been removed (#28).
- Avoid storing all results on the client due to instability with large datasets (#60, #61).
  • Loading branch information
krlmlr committed Oct 1, 2017
2 parents f205853 + 34b41f3 commit eef430e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: RMariaDB
Version: 0.11-8
Version: 0.11-9
Title: Database Interface and MariaDB Driver for R
Encoding: UTF-8
Description: Implements DBI-compliant Interface to MariaDB and MySQL Databases.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## RMariaDB 0.11-9 (2017-10-01)

- Test almost all test cases of the DBI specification.
- Queries not supported by the prepared statement protocol can now be run via `dbExecute()` or `dbSendStatement()`, the function `mariadbExecQuery()` has been removed (#28).
- Avoid storing all results on the client due to instability with large datasets (#60, #61).


## RMariaDB 0.11-8 (2017-09-24)

- CI for Windows and OS X (#25).
Expand Down

0 comments on commit eef430e

Please sign in to comment.