Skip to content

Lealone 6.0.1

Latest
Compare
Choose a tag to compare
@codefollower codefollower released this 18 Aug 01:39
· 90 commits to master since this release

bug fix

  • 用0调用 PreparedStatement.setFetchSize,当执行 ResultSet.next 时会导致 IndexOutOfBoundsException

  • 通过命令行的方式用嵌入模式运行数据库时无法显示 sql> 提示符

  • 执行存储过程时没有对参数进行优化,如果参数不是一个简单的常量值会导致错误

new features

  • 新增 auto_start 参数用于自动启动插件

  • 字符串字段支持转义字符

improvement

  • 字符串存储到 BLOB 字段时默认用 UTF_8 编码为字节流