Skip to content

RPostgres 1.4.4

Compare
Choose a tag to compare
@krlmlr krlmlr released this 02 May 12:50
· 257 commits to main since this release

Bug fixes

  • Allow connection if the pg_type table is missing (#394, #395, @pedrobtz).
  • Fix dbExecute(immediate = TRUE) after dbAppendTable() (#382, #384).

Internal

  • Expand tests for dbConnect(check_interrupts = TRUE) (#385, @zozlak).
  • Ignore extended timestamp tests on i386 (#387).