What's Changed
- Avoid panic on shorter than limit array by @proullon in https://github.com/proullon/ramsql/pull/96
- fix: (close #98) correctly parse negative number in queries by @proullon in https://github.com/proullon/ramsql/pull/102
- chore: staticcheck cleanup by @proullon in https://github.com/proullon/ramsql/pull/103
- Fixed inconsistency in relation case sensitivity by @vitrevance...