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 b1ba408 commit 8bde15fCopy full SHA for 8bde15f
README.md
@@ -82,7 +82,7 @@ npm run example-cli -- ./test/department_employees.quicksql
82
The QSQL to DDL translator is the product's core component, It allows users
83
to transform a QSQL string into an Oracle SQL string.
84
85
-The Quick SQL Syntax is documented [here](./quicksql.md)
+The Quick SQL Syntax is documented [here](./doc/quicksql.md)
86
87
See below for examples of how to use this library.
88
doc/error_diagnostics.md
@@ -7,7 +7,7 @@ Error diagnostics procedure is called like this
7
8
let output = ddl.errorMsgs(`dept
9
col1
10
- "is this table or misaligned column?"`);
+ "is this table or misaligned column?"`);
11
12
13
It returns an array of the Error objects
0 commit comments