Skip to content

0.41.0

Choose a tag to compare

@AmrDeveloper AmrDeveloper released this 05 Oct 11:30
· 18 commits to master since this release
  • Support postgresql style for defining number literal.
    SELECT 0b_100_101, 0B_100_11001, 0o_273, 0O_755, 0x_42f, 0X_FFFF
  • Support C-style block comments.
  • Support Unary plus operator.
  • Implement cardinality function for array.