Add unit tests for error handling in the SQL parser.
Tasks:
- Add tests for syntax errors in CREATE TABLE
- Add tests for invalid WHERE clauses
- Add tests for malformed INSERT statements
- Add tests for edge cases in SELECT parsing
- Ensure error messages are clear and helpful
Files to modify: nexum_core/src/sql/parser.rs
Good First Issue - Basic Rust knowledge helpful
Estimated Time: 2-3 hours
Add unit tests for error handling in the SQL parser.
Tasks:
Files to modify: nexum_core/src/sql/parser.rs
Good First Issue - Basic Rust knowledge helpful
Estimated Time: 2-3 hours