value exprs

This commit is contained in:
Nicholas Orlowsky 2023-12-24 00:21:04 -05:00
parent 824a5cdb43
commit d298cb129a
25 changed files with 451 additions and 210 deletions

View file

@ -20,9 +20,9 @@ This is a SQL database written in Rust. It will be based off of (and hopefully b
[x] WHERE clause for SELECT and DELETE
[ ] Create squirrel-core library for shared code between client & server
[x] Create squirrel-core library for shared code between client & server
[ ] Update parser to use common logic to identify 'objects' (i.e function calls, column references, and variables)
[x] Update parser to use common logic to identify 'objects' (i.e function calls, column references, and variables)
[ ] Move parsing to client