Documentation
Bug fixes
dbAppendTable()
now allows columns namedsep
(#336).dbAppendTable()
shows a better error message if the input has zero columns (#313).sqlInterpolate()
now correctly interprets consecutive comments (#329, @rnorberg).dbQuoteLiteral()
works for difftime objects (#325).dbQuoteLiteral()
quotes dates asYYYY-MM-DD
without time zone (#331).
Internal
- Switch to GitHub Actions (#326).
- Update URL in
DESCRIPTION
.