From c02a9d913fe981732bd39b049f7b5d5724026af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 1 Oct 2017 20:15:17 +0200 Subject: [PATCH 1/2] bump version to 0.11-9 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 07d1d7c3..c765465f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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. From fc6c2ec1ced75a5984372993e283fd29cb3453d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 1 Oct 2017 20:15:48 +0200 Subject: [PATCH 2/2] NEWS --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index cca5c456..2c741b37 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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).