RSQLite 2.3.7
Breaking changes
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).
Features
- Upgrade bundled SQLite to 3.46.0 (#510).
- Add
Id
method todbExistsTable()
(@kjellpk, #498, #499). - Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).
Documentation
Testing
- Fix test on FreeBSD (@nunotexbsd, #502, #504).