提交 21b5d16e authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 704966f5
......@@ -43,15 +43,15 @@ import org.h2.util.ScriptReader;
import org.h2.util.StringUtils;
class WebThread extends Thread {
protected WebServer server;
protected WebSession session;
protected Properties attributes;
protected Socket socket;
private WebServer server;
private WebSession session;
private Properties attributes;
private Socket socket;
private InputStream input;
private String ifModifiedSince;
String mimeType;
boolean cache;
private String mimeType;
private boolean cache;
// TODO web: support online data editing like http://numsum.com/
......
......@@ -44,8 +44,8 @@ INSERT INTO ITEM VALUES(25,
</li><li>Deleting databases in the root directory now works.
</li><li>Windows service: the CLASSPATH was not included.
</li><li>For READ_COMMITTED, when the multi-threaded
kernel is enabled, read locks are now acquired but released
immediately after a query.
kernel is enabled, read locks are now acquired but released
immediately after a query.
</ul>
For future plans, see the new ''Roadmap'' page on the web site.
</ul>
......
......@@ -94,6 +94,8 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2
/*
H2 Console: the result set is not updatable by default. Need to change in web console, and test other databases
check trace.db/ number of files, limit to 1000 or so
storages should be an int hash map
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论