提交 6d43f13f authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 076843af
......@@ -23,7 +23,7 @@ Change Log
Also, listing the database meta data sometimes resulted in an exception.
</li><li>Linked tables / MS SQL Server: if the tables were created in mixed case in MS SQL Server,
then the identifiers in the linked tables were case sensitive (in H2).
</li><li>MVCC: the probability of lock timeouts is now lower if multiple threads try to update the same rows.
</li><li>MVCC: the probability of a lock timeout is now lower if multiple threads try to update the same rows.
</li><li>Building only the documentation (without compiling all classes) didn't work, specially: ./build.sh clean javadocImpl.
</li><li>Documentation on how data is stored internally and how indexes work (in the performance section).
</li><li>Some people reported NullPointerException in FileObjectDiskMapped.
......
......@@ -76,7 +76,10 @@ public class TestSampleApps extends TestBase {
// process)
testApp("The sum is 20.00", org.h2.samples.TriggerSample.class);
testApp("Hello: 1\nWorld: 2", org.h2.samples.TriggerPassData.class);
testApp("table test:\n1 Hallo\n\ntest_view:\n1 Hallo",
testApp("table test:\n" +
"1 Hallo\n\n" +
"test_view:\n" +
"1 Hallo",
org.h2.samples.UpdatableView.class);
testApp(
"adding test data...\n" +
......
......@@ -670,3 +670,5 @@ compromise portion nodded rapping door stealing napping artifacts lore
pondered curious muttered quaint chamber nearly unwrapped flows weary volume
tapping gently dreary wrapping tis moger udt chafik outfile geom scalable
highly cloud infrastructure elton wayne explanation berne iterates
denydatareader securityadmin backupoperator ddladmin accessadmin
denydatawriter datareader datawriter
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论