From 5e3838b7329e04eca7504e3ff2ec1a2053c1ff00 Mon Sep 17 00:00:00 2001 From: Dmitrii Blaginin Date: Tue, 3 Dec 2024 21:45:27 +0000 Subject: [PATCH] Update README.md Co-authored-by: Ifeanyi Ubah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a152350d3..997aec585 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following optional [crate features](https://doc.rust-lang.org/cargo/referen ## Syntax vs Semantics This crate provides only a syntax parser, and tries to avoid applying -any SQL semantics, and accepts queries that specific databases wouldc +any SQL semantics, and accepts queries that specific databases would reject, even when using that Database's specific `Dialect`. For example, `CREATE TABLE(x int, x int)` is accepted by this crate, even though most SQL engines will reject this statement due to the repeated