|
2 | 2 |
|
3 | 3 | # RMariaDB 1.1.2 (2021-09-06)
|
4 | 4 |
|
5 |
| -- Same as previous version. |
| 5 | +## Licensing |
6 | 6 |
|
| 7 | +- RMariaDB is now licensed under the MIT license (#213). |
7 | 8 |
|
8 |
| -# RMariaDB 1.1.1.9002 (2021-09-06) |
9 |
| - |
10 |
| -- Refer to libmariadb-dev in documentation and configuration scripts (#219). |
11 |
| -- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224). |
12 |
| -- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156). |
| 9 | +## Features |
13 | 10 |
|
| 11 | +- `dbConnect()` normalizes all input paths (#197, @twentytitus). |
| 12 | +- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214). |
14 | 13 |
|
15 |
| -# RMariaDB 1.1.1.9001 (2021-09-05) |
| 14 | +## Documentation |
16 | 15 |
|
17 |
| -- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218). |
18 |
| -- RMariaDB is now licensed under the MIT license (#213). |
19 |
| -- `dbDataType()` returns `TIME(6)` for `difftime`, and `DATETIME(6)` for `POSIXt` columns, to create columns with microsecond precision by default (#214). |
20 |
| -- `dbConnect()` normalizes all input paths (#197, @twentytitus). |
| 16 | +- Now referring to the `libmariadb-dev` Debian/Ubuntu package in documentation and configuration scripts (#219). |
| 17 | +- `?dbConnect` gains a section on secure passwords and the `.mylogin.cnf` file (#156). |
21 | 18 |
|
| 19 | +## Internal |
22 | 20 |
|
23 |
| -# RMariaDB 1.1.1.9000 (2021-04-12) |
| 21 | +- Test MySQL and MariaDB Server and client libraries in all combinations on GitHub Actions (#224). |
24 | 22 |
|
25 |
| -- Remove BH dependency by inlining the header files (#208). |
26 |
| -- Map `NULL` to `NA` for `bit(1)` columns (#201, @dirkschumacher). |
| 23 | +- The `configure` script now queries the `RMARIADB_FORCE_MARIADBCONFIG` and `RMARIADB_FORCE_MYSQLCONFIG` environment variables to force use of `mariadb_config` or `mysql_config`, respectively (#218). |
27 | 24 |
|
28 | 25 |
|
29 | 26 | # RMariaDB 1.1.1 (2021-04-12)
|
|
0 commit comments