Skip to content

RSQLite 2.2.4

Compare
Choose a tag to compare
@krlmlr krlmlr released this 14 Mar 03:45

Features

  • Improve concurrency behavior with multiple writers (#280, @gaborcsardi).
  • New sqliteSetBusyHandler() helps configure what SQLite should do when the database is locked (#280, @gaborcsardi).
  • dbConnect() gains an extended_types argument that adds support for date, time and timestamp columns. If a column has a declared type DATE, TIME or TIMESTAMP, it is returned as Date, hms or POSIXct value, respectively (#333, @anderic1).
  • Upgrade bundled SQLite to version 3.34.1 (#342).