Skip to content

0.5.0

Compare
Choose a tag to compare
@AmrDeveloper AmrDeveloper released this 23 Aug 17:38
· 565 commits to master since this release
  • Split the project into multi crates.
  • Support query from multi repositories.
  • Add CLI flag to enable/disable reporting analysis.
  • Report error when WHERE or HAVING condition is not boolean.
  • Introduce Runtime exceptions.
  • Report runtime exception for divide by zero.
  • Report runtime exception for reminder by zero.
  • Report runtime exception for right and left shift overflow.