- Preallocate the attributes hash with row length.
- Fix Clippy comments and setup CI for Lint and Format.
- Implement
typeof
function. - Implement
ROUND
function - Make Identifiers case-insensitive.
- Support
<=>
operator. - Implement
SIN
function. - Implement
COS
function. - Support Implicit casting Text to Time.
- Support Implicit casting Text to Date.
- Support Implicit casting DateTime to Text.