Commit graph

2 commits

Author SHA1 Message Date
28cb288eaf
feat(parser): implement insert command parsing
Implements the parse_insert_command function to handle the insert
statement according to the grammar definition. The function now
correctly parses the command format insert int string string and creates
a structured Statement::Insert with the id, username, and email fields.
2025-06-03 17:48:36 +02:00
75c3c74bba tests(cmd): ensure insert statement works 2025-05-03 21:14:52 +02:00