Skip to content

Glue v1.3.1

Compare
Choose a tag to compare
@jimhester jimhester released this 27 Mar 19:33

Features

  • glue() now has a + method to combine strings.

Bugfixes and minor changes

  • glue_sql() now supports unquoting lists of Id objects.
  • glue_sql() now quotes characters with NAs appropriately (#115).
  • glue_sql() now quotes Dates appropriately (#98).
  • A potential protection error reported by rchk was fixed.