You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor interpreter.current_token() to use Result instead of Option and use a peek method for consistency. Rename interpreter to parser: Refactor and add tests to parser module. #15
SQL Interpreter MVP - Development Phases
Phase 1 - Basic table creation and data retrieval
interpreter.current_token()to useResultinstead ofOptionand use a peek method for consistency. Rename interpreter to parser: Refactor and add tests to parser module. #15Phase 2 - Core CRUD Operations
Phase 3 - Improvements
\* ... *\and-- ...#62WHEREclause generation refactor: AST - RefactorWHERE#60CREATEimplementIF NOT EXISTS#55ALTER TABLEimplementation #58SELECTcolumn and table aliasing #85DISTINCTwithSELECTstatement #59Phase 4 - Constraints & Validation
Other: