Skip to content

Releases: r-dbi/RSQLite

RSQLite 2.4.5

02 Dec 02:22

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.51.1 (#661).

RSQLite 2.4.4

12 Nov 02:18

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.51.0 (#648).

Continuous integration

  • Loosen timeout on macOS.

  • Avoid accessing Fossil for upgrade.

RSQLite 2.4.3

22 Aug 02:17

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.50.4 (#616).

RSQLite 2.4.2

20 Jul 02:45
c74f03d

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.50.3 (#613).

Documentation

  • Mentioned version of bundled SQLite in DESCRIPTION.

RSQLite 2.4.1

10 Jun 02:26

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.50.1 (#606).

RSQLite 2.4.0

02 Jun 02:29

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.50.0 (#602).

  • Rebuild in case of configuration changes (#597).

RSQLite 2.3.11

06 May 02:18

Choose a tag to compare

Bug fixes

  • Compilation with gcc works again (#592, #594).

RSQLite 2.3.10

04 May 02:27

Choose a tag to compare

Bug fixes

  • Avoid unnecessary -I switches (#512, #587).

Features

  • Upgrade bundled SQLite to 3.49.1 (#571).

Chore

  • Track dependencies between sources and headers (#586).

Testing

  • Bump DBItest version.

RSQLite 2.3.9

07 Dec 02:25

Choose a tag to compare

Features

  • Upgrade bundled SQLite to 3.47.1 (#550).

Bug fixes

  • Avoid memory leak (#553).

  • Fix valgrind error (#552).

RSQLite 2.3.8

02 Dec 02:16

Choose a tag to compare

Bug fixes

  • Ensure that testthat::skip() is only called in RSQLite's own tests, never in the tests for other packages (@jeanetteclark, #515, #516).

Features

  • Upgrade bundled SQLite to 3.47.0 (#525).

  • Add uuid extension (@rfhb, #517).

Documentation

  • Reword warning message for misuse of dbGetQuery()/dbSendQuery()/dbFetch() (#524, @mikmart).