Skip to content

test: add error handling tests for SQL parser #87

@aviralgarg05

Description

@aviralgarg05

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

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions