Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
21b5d16e
提交
21b5d16e
authored
7月 14, 2007
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--no commit message
--no commit message
上级
704966f5
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
8 行删除
+10
-8
WebThread.java
h2/src/main/org/h2/server/web/WebThread.java
+6
-6
newsfeed.sql
h2/src/test/org/h2/samples/newsfeed.sql
+2
-2
TestAll.java
h2/src/test/org/h2/test/TestAll.java
+2
-0
没有找到文件。
h2/src/main/org/h2/server/web/WebThread.java
浏览文件 @
21b5d16e
...
...
@@ -43,15 +43,15 @@ import org.h2.util.ScriptReader;
import
org.h2.util.StringUtils
;
class
WebThread
extends
Thread
{
pr
otected
WebServer
server
;
pr
otected
WebSession
session
;
pr
otected
Properties
attributes
;
pr
otected
Socket
socket
;
pr
ivate
WebServer
server
;
pr
ivate
WebSession
session
;
pr
ivate
Properties
attributes
;
pr
ivate
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/
...
...
h2/src/test/org/h2/samples/newsfeed.sql
浏览文件 @
21b5d16e
...
...
@@ -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>
...
...
h2/src/test/org/h2/test/TestAll.java
浏览文件 @
21b5d16e
...
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论