Skip to content

0.36.0

Latest
Compare
Choose a tag to compare
@AmrDeveloper AmrDeveloper released this 27 Jan 19:43

Screenshot 2025-01-27 at 20 41 57

  • Implement Interval type, value and ast node.
  • Fix token position after consuming comments.
  • Add support for interval +, -, * and /operators.
  • Add support for interval = and != operators.
  • Add support for interval >, >=, < and <= operators.
  • Check that interval value in range -170M to 170M.
  • Add support for + and - operator between Date and Int.
  • Implement justify_days, justify_hours interval functions.