NEWS.md

RSQLite 2.3.3 (2023-11-04)

Features

Testing

RSQLite 2.3.2 (2023-10-27)

Features

Internal

RSQLite 2.3.1 (2023-04-03)

Features

Chore

RSQLite 2.3.0 (2023-02-13)

Features

Chore

RSQLite 2.2.20 (2022-12-21)

Features

Tests

Internal

RSQLite 2.2.19 (2022-11-22)

Bug fixes

Internal

RSQLite 2.2.18 (2022-10-04)

RSQLite 2.2.17 (2022-09-09)

RSQLite 2.2.16 (2022-08-16)

RSQLite 2.2.15 (2022-07-15)

RSQLite 2.2.14 (2022-05-05)

RSQLite 2.2.13 (2022-04-29)

RSQLite 2.2.12 (2022-04-02)

Features

Internal

RSQLite 2.2.11 (2022-03-07)

Features

Bug fixes

RSQLite 2.2.10 (2022-02-16)

Features

Documentation

Internal

RSQLite 2.2.9 (2021-12-06)

Features

Bug fixes

Internal

RSQLite 2.2.8 (2021-08-21)

RSQLite 2.2.7 (2021-04-22)

RSQLite 2.2.6 (2021-04-11)

RSQLite 2.2.5 (2021-03-25)

RSQLite 2.2.4 (2021-03-12)

Features

RSQLite 2.2.3 (2021-01-24)

Features

RSQLite 2.2.2 (2021-01-04)

Features

Bug fixes

Internal

RSQLite 2.2.1 (2020-09-28)

RSQLite 2.2.0 (2020-01-07)

RSQLite 2.1.5 (2019-12-18)

RSQLite 2.1.4 (2019-12-04)

RSQLite 2.1.3 (2019-12-03)

RSQLite 2.1.2 (2019-07-24)

Bundled library

Compatibility fixes

Bug fixes

New features

Internal

RSQLite 2.1.1 (2018-05-05)

RSQLite 2.1.0 (2018-03-29)

Bug fixes

Features

Internal

RSQLite 2.0 (2017-06-18)

API changes

Bug fixes

Documentation

Internal

RSQLite 1.1-2 (2017-01-07)

RSQLite 1.1-1 (2016-12-10)

RSQLite 1.1 (2016-11-25)

Bundled SQLite

Breaking changes

New features

Deprecated functions

Compatibility fixes

Performance

Documentation

Internal

RSQLite 1.0.0 (2014-10-25)

New features

Changes to objects

Deprecated and removed functions

Version 0.11.6

Version 0.11.5

Version 0.11.4

Version 0.11.3

Version 0.11.2

Version 0.11.1

Version 0.11.0

Version 0.10.0

Version 0.9-5

Version 0.9-4

Version 0.9-3

Version 0.9-2

Version 0.9-1

Version 0.9-0

Version 0.8-4

Version 0.8-3

Version 0.8-2

Version 0.8-1

Version 0.8-0

flags: provides additional control over connetion details. For convenience, you can specify one of SQLITE_RWC (default), SQLITE_RW, or SQLITE_RO to obtain a connection in read/write/create, read/write, or read only mode, respectively. See http://sqlite.org/c3ref/open.html for details. vfs: controls the virtual filesystem used by SQLite. The default, NULL, lets SQLite select the appropriate vfs for the system. You can specify one of "unix-posix", "unix-afp", "unix-flock", "unix-dotfile", or "unix-none". For details, see https://www.sqlite.org/compile.html. This functionality is only fully available on OSX. On non-OSX Unix, you can use unix-dotfile and unix-none. None of these modules are available on Windows where a non-NULL values of the vfs argument will be ignored with a warning.

Version 0.7-3

Version 0.7-2

Version 0.7-1

Version 0.4-12

Version 0.4-11

dbGetPreparedQuery(con, "INSERT INTO table1 VALUES (:col1)", data.frame(col1=c(1, 2)) )

Each bind variable in the query has to be bound only once, either via named or positional parameters. If it is not bound or is bound more than once (due to a mix or positional/named parameters) an error is thrown. Any extra columns in the data frame are ignored.

If you are having a lot of string parameters, use stringsAsFactors=FALSE when creating the bind.data data.frame instance. You can also use I().

Version 0.4-9

Version 0.4-4

Version 0.4-1

Version 0.4-0

Version 0.3-5

Version 0.3-4

Version 0.3-3

Version 0.3-2

(there's also a binary RSQLite_0.3-2.zip)

Version 0.3-1

Version 0.2-1

Version 0.1-1



Try the RSQLite package in your browser

Any scripts or data that you put into this service are public.

RSQLite documentation built on Nov. 5, 2023, 1:10 a.m.