This website requires JavaScript.
Explore
Help
Register
Sign in
logistic-bot
/
osdb
Watch
1
Star
0
Fork
You've already forked osdb
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
33c4edf91d
osdb
/
src
/
snapshots
/
osdb__command__tests__execute_insert_statement.snap
6 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
tests(cmd): ensure insert statement works
2025-05-03 21:13:46 +02:00
---
source: src/command.rs
expression: result
---
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-05-31 16:08:42 +02:00
insert 45 "user" "user@example.org"
Reference in a new issue
Copy permalink