Skip to content

Releases: r-dbi/RSQLite

RSQLite 2.2.18

04 Oct 08:08
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to 3.39.4 (#435).

RSQLite 2.2.17

11 Sep 04:20
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to 3.39.3 (#433).

RSQLite 2.2.16

20 Aug 06:05
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to 3.39.2 (#431).

RSQLite 2.2.15

23 Jul 08:34
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to 3.39.1 (#429).

RSQLite 2.2.14

07 May 12:40
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to version 3.38.5 (#421, #423).

RSQLite 2.2.13

29 Apr 09:44
Compare
Choose a tag to compare
  • Upgrade bundled SQLite to version 3.38.3 (#418).

RSQLite 2.2.12

03 Apr 05:59
Compare
Choose a tag to compare

Features

  • Upgrade bundled SQLite to version 3.38.2 (#415).

Internal

RSQLite 2.2.11

23 Mar 10:09
Compare
Choose a tag to compare

Features

  • initExtension() gains extension argument (#407, #408) with options
    "math", "regexp", "series" and "csv" (#274, #389, @mgirlich).
  • Upgrade bundled SQLite to version 3.38.0 (#405).

Bug fixes

  • Skip failing test on CRAN.

RSQLite 2.2.10

17 Feb 04:15
Compare
Choose a tag to compare

Features

  • Upgrade bundled SQLite to version 3.37.2 (#403).

Documentation

  • Explain reason for bundling SQLite sources.
  • Add known SQLite authors to DESCRIPTION.

Internal

  • Add test for interrupt behavior in sqliteSetBusyHandler() (#401).
  • Make method definition more similar to S3. All setMethod() calls refer to top-level functions (#396).

RSQLite 2.2.9

06 Dec 07:58
Compare
Choose a tag to compare

Features

  • Upgrade bundled SQLite to version 3.37.0 (#392).
  • dbConnect() now supports URIs that start with file:// for the dbname argument. The SQLite code is now built with the SQLITE_USE_URI (#390, @tschoonj).

Bug fixes

  • dbBegin(), dbCommit() and dbRollback() support keywords in savepoint names (#386).

Internal

  • Adapt to DBItest 1.7.2 (#385).
  • Enable all DBItest tests, passing now.