Skip to content

v0.24.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajnavarro ajnavarro released this 02 Oct 16:21
97d9667

Fixed

  • plan: return types in lowercase in SHOW CREATE TABLE (#827)
  • analyzer: do not erase sort node when pushing it down (#818)
  • Fixed null errors during value comparisons (#831)
  • plan: fix race conditions in Exchange node
  • Add CHAR and DATETIME types support (#823)
  • Also check sockets bind to tcp6 and fail on all closed sockets (#824)

Changed

  • Added LIKE test with newlines (#820)
  • Convert LIKE patterns to specific Go regexes (#817)