Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-recursive' into add-recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
blaginin committed Dec 6, 2024
2 parents 505c271 + 5e3838b commit b91baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b91baec

Please sign in to comment.