RSQLite 2.2.6
- Upgrade bundled SQLite to 3.35.4 (#361).
- Implement RStudio Connection Contract (#352, @edwindj).
dbDataType()
supports extended types for connections created withextended_types = TRUE
(#360, @ablack3).dbWriteTable()
creates tables with extended types for connections created withextended_types = TRUE
(#360, @ablack3).- Remove BH dependency by inlining the header files (#362).