Skip to content

3.0.0.0

Compare
Choose a tag to compare
@wenwenluo wenwenluo released this 15 Apr 03:55
· 1 commit to master since this release

故障修复

  • 整型数值上传后会转换为浮点类型,该问题由 2.00.11.1 版本引入。

  • 上传 Date 类型的 NA 时抛出异常。

  • 上传 POSIXct 类型的 NA 时数据错误。

  • 上传包含 NA 的向量或矩阵时数据不正确。

  • 下载一个包含 DATE 类型列的空表时,该列类型错误。

  • 上传空表时,每一列的数据类型都转换为 DOUBLE。

  • dbRpc 调用无参数的函数时报错。

Bug Fixes

  • Fixed an issue where uploaded integers were converted to floating-point numbers. This issue was introduced in version 2.00.11.1.

  • Fixed an error when uploading NA of Date type.

  • Fixed an error when uploading NA of POSIXct.

  • Fixed incorrect data when uploading vectors or matrices containing NA.

  • Fixed an issue where a DATE column of an emtpy table was downloaded as numeric type.

  • Fixed an issue where all columns of an empty table were uploaded as DOUBLE type.

  • Fixed an error reported when invoking a function without arguments with dbRpc.