Skip to content

Commit

Permalink
Merge tag 'v1.0-6'
Browse files Browse the repository at this point in the history
- Fix broken tests for quoting.
- Call `dbRemoveTable()` instead of issuing `DROP` requests, the latter might be unsupported.
- Use subqueries in queries that use `WHERE`.
- Remove test for `dbGetException()` (r-dbi/DBI#51).
- New tweak `strict_identifier`, if `TRUE` all identifier must be syntactic names even if quoted. The quoting test is now split, and a part is ignored conditional to this tweak.
  • Loading branch information
Kirill Müller committed Feb 8, 2016
2 parents 9c70640 + e4ced18 commit 1c44f25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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" Back Ends
Version: 1.0-5
Date: 2016-02-06
Version: 1.0-6
Date: 2016-02-08
Authors@R: c( person(given = "Kirill", family = "Müller", role =
c("aut", "cre"), email = "[email protected]"),
person("RStudio", role = "cph") )
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.0-6 (2016-02-08)
===

- Fix broken tests for quoting.
- Call `dbRemoveTable()` instead of issuing `DROP` requests, the latter might be unsupported.
- Use subqueries in queries that use `WHERE`.
- Remove test for `dbGetException()` (rstats-db/DBI#51).
- New tweak `strict_identifier`, if `TRUE` all identifier must be syntactic names even if quoted. The quoting test is now split, and a part is ignored conditional to this tweak.


Version 1.0-5 (2016-02-06)
===

Expand Down

0 comments on commit 1c44f25

Please sign in to comment.