1.0.1
Fixed
- Fixed line comment handling in query type detection. SQL files with line comments (
--) containing query keywords (e.g.,-- SELECT for testing) no longer cause incorrect query type detection. (#76) - Added missing trailing newlines to SQL test files to follow POSIX text file standard
Thanks
- @hajime-matsumoto for the excellent contribution to SQL comment handling! 🙏
Full Changelog: 1.0.0...1.0.1