We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a931ec commit b14fcd6Copy full SHA for b14fcd6
README.md
@@ -31,7 +31,7 @@ you ever:
31
32
All of these errors are *impossible* with sqlc. Wait, what? How?
33
34
-sqlc parses your all of your queries and the DDL (e.g. `CREATE TABLE`)
+sqlc parses all of your queries and the DDL (e.g. `CREATE TABLE`)
35
statements during the code generation processes so that it knows the names and
36
types of every column in your tables and every expression in your queries. If
37
any of them do not match, sqlc *will fail to compile your queries*, preventing
0 commit comments