Skip to content

RSQLite 2.2.3

Compare
Choose a tag to compare
@krlmlr krlmlr released this 25 Jan 03:44

Features

  • Upgrade bundled SQLite to version 3.34.1 (#342).
  • 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).