Skip to content

RMariaDB 1.1.0

Compare
Choose a tag to compare
@krlmlr krlmlr released this 07 Jan 07:38

Features

  • dbConnect() now supports timezone_out argument. Explicitly setting timezone to NULL tries to detect the database time zone (#116).
  • BIT(1) columns are returned as logical (#84).
  • dbQuoteLiteral() now correctly quotes difftime values (#188).

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).
  • dbBind() also works for "Date" values that are stored as integers (#187).