Skip to content

Commit

Permalink
Bump version to 1.0.7.9004
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 2, 2023
1 parent 7deb182 commit e6e1398
Show file tree
Hide file tree
Showing 2 changed files with 31 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: dm
Title: Relational Data Models
Version: 1.0.7.9003
Date: 2023-11-01
Version: 1.0.7.9004
Date: 2023-11-02
Authors@R:
c(person(given = "Tobias",
family = "Schieferdecker",
Expand Down
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# dm 1.0.7.9004

## Bug fixes

- `copy_dm_to()` creates string columns of necessary lengths for MariaDB and SQL Server. This worked before for SQL Server in dm 1.0.5, now also works on MariaDB (#311, #2066, #2082).

## Features

- Explicitly fail on `compute(temporary = TRUE)`, which never worked correctly (#2059, #2103).

## Documentation

- Tweak vignette for `compute(temporary = TRUE)`.

## Testing

- Add test for `copy_dm_to(table_names = )` (#2101).

Closes #250.

- Remove final step, requiring all checks to pass (#2119).

For Aviator.

- Add final step that collects all checks (#2113).

For Aviator.


# dm 1.0.7.9003

## Features
Expand Down

0 comments on commit e6e1398

Please sign in to comment.