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

Documentation / spellchecker

上级 c4a00eb9
......@@ -57,8 +57,9 @@ INSERT INTO TEST VALUES(1, 'Hello')
"
"Commands (DML)","UPDATE","
UPDATE tableName [ [ AS ] newTableAlias ]
SET { columnName = { DEFAULT | expression } } [,...]
UPDATE tableName [ [ AS ] newTableAlias ] SET
{ { columnName = { DEFAULT | expression } } [,...] } |
{ ( columnName [,...] ) = ( select ) }
[ WHERE expression ] [ LIMIT expression ]
","
Updates data in a table.
......
......@@ -29,7 +29,7 @@ Architecture
<a href="#table">
Table/index/constraints</a><br />
<a href="#transaction">
Undolog and redolog and transactions layer</a><br />
Undo log, redo log, and transactions layer</a><br />
<a href="#btree">
B-tree engine and page-based storage allocation</a><br />
<a href="#filesystem">
......@@ -52,7 +52,7 @@ Working from the top down, the layers look like this:
</li><li>SQL Parser.
</li><li>Command execution and planning.
</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>Filesystem abstraction.
</li></ul>
......@@ -114,7 +114,7 @@ The primary packages of interest are:
</table>
</p>
<h2 id="transaction">Undolog and redolog and transactions layer.</h2>
<h2 id="transaction">Undo log, redo log, and transactions layer</h2>
<p>
We have a transaction log, which is shared among all sessions. See also
http://en.wikipedia.org/wiki/Transaction_log
......
......@@ -72,7 +72,7 @@ Change Log
Useful for tracking down badly performing queries.
</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,
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.
Patch from Felix Kaiser.
</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
coordinate geometric rates cope attempting sphere hyde clinton taskkill
mgcodeact cumer reach notably computation varies smuggled stderr sees messes
nico devel nicolas linestring atelier fortin cnrs tweet geospatialnews bundles
srid roads
websphere
overlaps anyhow poly manifested cardinal invalidated boosting rogue
srid roads overlaps anyhow poly manifested cardinal invalidated boosting rogue
temporaries encounters editors navigable accumulate underneath
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
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论