v0.4.0 (2025-10-18)
Enhancement
- Improved SQL lexing performance with over 50% 91dc464.
- Added warnings for unknown operators 5bd7ec3.
- Added
SQL.map/2
and implemented enumerable for SQL a646203. - Added SQL Mix.Task.Compiler for sql files 4ce5b24.
- Added syntax highlighting when inspecting
%SQL{}
and in compiletime warnings. - Improved compilation times.