From 4bf304040dca36aa25870f106c9880624f8c5390 Mon Sep 17 00:00:00 2001 From: Pedro Flemming Date: Tue, 4 Nov 2014 10:22:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da22acc..c962b1f 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ To use the SQL Parser in your own code, you only need to include `SQLParser.h` a **so far missing features, that are being worked on:** * Join Statements -* Table Reference Alias (AS) * Limit Offset * Having * Order By multiple columns +* Distinct ## Language Progress Overview * Select Statements: **Mostly** - * Selection List: **Full** (column names, literals, expressions, functions...) + * Selection List: **Mostly** (column names, literals, expressions, functions... DISTINCT is missing) * From: **Full** (table names, select statements, cross product of each) * Where: **Mostly** (some special operators might not be supported yet) * Group By: **Partial** (Having is missing)