forked from vkiryukhin/vkBeautify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"last deep" bug fixed, basicsql.html page added
- Loading branch information
1 parent
45070e1
commit 05a1cc9
Showing
4 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<table > | ||
<tr><td> | ||
<div class="h6">Basic</div> | ||
</td></tr> | ||
<tr> | ||
<td class="functionDoc"> | ||
<p>This is an example of a SQL statement.</p> | ||
|
||
<p> | ||
vkBeautify SQL parser covers only SELECT statement as most javascript developers most time have deal with SELECT. | ||
As SQL syntax itself is very large and complex, some complex statements can be formatted not as perfect as you'd | ||
done it manually. But anyway, it helps you to read and understand complex SQL statement. | ||
</p> | ||
<p>Click on "<b>Pretty Print</b>" button to beatify the text. </p> | ||
<p>Click on "<b>Minify</b>" button to minify the text. Not sure if anybody needs it, but I keep it for consistency :)<br/> | ||
<span style="font-size:80%">("Preserve Comments" has no effect as it doesn't make any sense.) </span> | ||
</p> | ||
<p> | ||
|
||
</p> | ||
</td> | ||
|
||
</tr></table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters