Skip to content

RPostgres 1.4.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 01:55
· 34 commits to main since this release

Features

  • Breaking change: Avoid appending a numeric suffix to duplicate column names (#463).

Bug fixes

  • dbWriteTable() correctly handles name clashes between temporary and permanent tables (#402, #431).
  • Fix dbQuoteIdentifier() for Id() objects to no longer rely on names (#460).

Chore

  • Bump preferred libpq version on MacOS to 15 (#441, #465).
  • Refactor dbListTables() et al. (@dpprdan, #413).
  • Refactor list_fields() (#462).
  • Use Id in exists_table() (#461).

Documentation

Testing

  • Test for columns in dbQuoteIdentifier() (@dpprdan, #263, #372).
  • Fix tests if DBItest is not installed (#448).