Skip to content

RMariaDB 1.1.1

Compare
Choose a tag to compare
@krlmlr krlmlr released this 13 Apr 16:54

Features

  • BIT(1) columns are returned as logical (#84). NULL is mapped to NA for bit(1) columns (#201, @dirkschumacher).
  • dbConnect() now supports timezone_out argument. Explicitly setting timezone to NULL tries to detect the database time zone (#116).

Bug fixes

  • Timestamp values are now written correctly if the database connection uses a time zone other than UTC. Deviations still might occur at DST boundaries, therefore it is still safer to use UTC as the database connection (#116).
  • Timestamp roundtrip no longer fails on Windows i386 (#117).

Internal

  • Remove BH dependency by inlining the header files (#208).