提交 aea17cdf authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation / spellchecker

上级 c4a00eb9
...@@ -57,8 +57,9 @@ INSERT INTO TEST VALUES(1, 'Hello') ...@@ -57,8 +57,9 @@ INSERT INTO TEST VALUES(1, 'Hello')
" "
"Commands (DML)","UPDATE"," "Commands (DML)","UPDATE","
UPDATE tableName [ [ AS ] newTableAlias ] UPDATE tableName [ [ AS ] newTableAlias ] SET
SET { columnName = { DEFAULT | expression } } [,...] { { columnName = { DEFAULT | expression } } [,...] } |
{ ( columnName [,...] ) = ( select ) }
[ WHERE expression ] [ LIMIT expression ] [ WHERE expression ] [ LIMIT expression ]
"," ","
Updates data in a table. Updates data in a table.
......
...@@ -29,7 +29,7 @@ Architecture ...@@ -29,7 +29,7 @@ Architecture
<a href="#table"> <a href="#table">
Table/index/constraints</a><br /> Table/index/constraints</a><br />
<a href="#transaction"> <a href="#transaction">
Undolog and redolog and transactions layer</a><br /> Undo log, redo log, and transactions layer</a><br />
<a href="#btree"> <a href="#btree">
B-tree engine and page-based storage allocation</a><br /> B-tree engine and page-based storage allocation</a><br />
<a href="#filesystem"> <a href="#filesystem">
...@@ -52,7 +52,7 @@ Working from the top down, the layers look like this: ...@@ -52,7 +52,7 @@ Working from the top down, the layers look like this:
</li><li>SQL Parser. </li><li>SQL Parser.
</li><li>Command execution and planning. </li><li>Command execution and planning.
</li><li>Table/Index/Constraints. </li><li>Table/Index/Constraints.
</li><li>Undolog and redolog and transactions layer. </li><li>Undo log, redo log, and transactions layer.
</li><li>B-tree engine and page-based storage allocation. </li><li>B-tree engine and page-based storage allocation.
</li><li>Filesystem abstraction. </li><li>Filesystem abstraction.
</li></ul> </li></ul>
...@@ -114,7 +114,7 @@ The primary packages of interest are: ...@@ -114,7 +114,7 @@ The primary packages of interest are:
</table> </table>
</p> </p>
<h2 id="transaction">Undolog and redolog and transactions layer.</h2> <h2 id="transaction">Undo log, redo log, and transactions layer</h2>
<p> <p>
We have a transaction log, which is shared among all sessions. See also We have a transaction log, which is shared among all sessions. See also
http://en.wikipedia.org/wiki/Transaction_log http://en.wikipedia.org/wiki/Transaction_log
......
...@@ -72,7 +72,7 @@ Change Log ...@@ -72,7 +72,7 @@ Change Log
Useful for tracking down badly performing queries. Useful for tracking down badly performing queries.
</li><li>Fix an LOB deadlock between reading and updating LOB columns. </li><li>Fix an LOB deadlock between reading and updating LOB columns.
</li><li>Support the JDBC DatabaseMetaData#getClientInfoProperties() method, in the sense of returning an empty result, </li><li>Support the JDBC DatabaseMetaData#getClientInfoProperties() method, in the sense of returning an empty result,
in order to make Websphere happy. in order to make WebSphere happy.
</li><li>Make Server#openBrowser respect the $BROWSER environment variable. Add "chromium" to the list of browsers tried. </li><li>Make Server#openBrowser respect the $BROWSER environment variable. Add "chromium" to the list of browsers tried.
Patch from Felix Kaiser. Patch from Felix Kaiser.
</li><li>Fix to org.h2.util.ScriptReader when handling unclosed block comments. </li><li>Fix to org.h2.util.ScriptReader when handling unclosed block comments.
......
...@@ -733,12 +733,10 @@ quadtree envelope geometry polygon typname intersects wkt intersects wkb ...@@ -733,12 +733,10 @@ quadtree envelope geometry polygon typname intersects wkt intersects wkb
coordinate geometric rates cope attempting sphere hyde clinton taskkill coordinate geometric rates cope attempting sphere hyde clinton taskkill
mgcodeact cumer reach notably computation varies smuggled stderr sees messes mgcodeact cumer reach notably computation varies smuggled stderr sees messes
nico devel nicolas linestring atelier fortin cnrs tweet geospatialnews bundles nico devel nicolas linestring atelier fortin cnrs tweet geospatialnews bundles
srid roads srid roads overlaps anyhow poly manifested cardinal invalidated boosting rogue
websphere
overlaps anyhow poly manifested cardinal invalidated boosting rogue
temporaries encounters editors navigable accumulate underneath temporaries encounters editors navigable accumulate underneath
turned irrespective reflected gathering badly overwriting turned irrespective reflected gathering badly overwriting
persists getenv forwarding periods discussion whatever revisit decision persists forwarding periods discussion whatever revisit decision
detrimental dedicated kaiser perhaps chromium shortened detrimental dedicated kaiser perhaps chromium shortened
layers waited descent spliced abstracts planning interest among sliced
lives pauses allocates kicks introduction straightforward getenv
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论