From e3ffade9a3c4b1f62c2e1862b1ab5be33b89f119 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sun, 24 Dec 2023 00:21:41 -0500 Subject: [PATCH] value exprs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdaf2f9..b96d103 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This is a SQL database written in Rust. It will be based off of (and hopefully b [x] Create squirrel-core library for shared code between client & server -[x] 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 ValueExpressions (i.e function calls, column references, and variables) [ ] Move parsing to client