Skip to content

sqlite-server-0.3.29-release

Choose a tag to compare

@forchid forchid released this 22 Dec 04:17

Features

  • Change version() format to "PG_VERSION-SQLited VERSION"
  • Add "truncate [table] tbl_name" statement
  • Add "SQLITED_HOME" variable as sqlite server work directory
  • Add "--max-allowed-packet" parameter for limiting input message size
  • Add "--open-timeout" to SQLiteServer command line
  • Add "--sleep-timeout", "--sleep-in-tx-timeout" and "--auth-timeout" for
    process idle time limit
  • Add "show status" statement
  • Remove SQLite journal_mode "DELETE" test cases for performance issue

Tools

  • Add travis-CI test
  • Add Build document
  • Add bootstrap and SQL extension documents

Bugfix

  • Use remote IP instead of '%' in host field of "show processlist" statement result set
  • Issue that no StackOverflowError in SpinLockTest on openjdk7/8, limit spin lock max
    deep(default 1000), and added OOM test case in SpinLockTest
  • Issue that delete current database file on UNIX-like system when executing "DROP DATABASE db_name"
  • No permission issue when drop database(use canonical path of the data directory in "attach database"
    and "create database" statements)
  • Can't kill process issue