Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
Commits
93a6e550
提交
93a6e550
authored
10月 05, 2010
作者:
Thomas Mueller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Documentation.
上级
39f888e5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
8 行增加
和
3 行删除
+8
-3
changelog.html
h2/src/docsrc/html/changelog.html
+1
-0
roadmap.html
h2/src/docsrc/html/roadmap.html
+0
-1
Session.java
h2/src/main/org/h2/engine/Session.java
+0
-1
PageFreeList.java
h2/src/main/org/h2/store/PageFreeList.java
+6
-0
dictionary.txt
h2/src/tools/org/h2/build/doc/dictionary.txt
+1
-1
没有找到文件。
h2/src/docsrc/html/changelog.html
浏览文件 @
93a6e550
...
...
@@ -19,6 +19,7 @@ Change Log
<h2>
Next Version (unreleased)
</h2>
<ul><li>
The build tool now uses JAVA_HOME for javac as well. Issue 233.
</li><li>
Opening and closing encrypted databases is now much faster.
</li><li>
H2 Console: new experimental feature to support file download and upload,
but only if there is a directory called "transfer" in the current working directory.
For security reasons, only very simple file names are supported. Sub-directories are not supported.
...
...
h2/src/docsrc/html/roadmap.html
浏览文件 @
93a6e550
...
...
@@ -319,7 +319,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>
Applets: support read-only databases in a zip file (accessed as a resource).
</li><li>
Long running queries / errors / trace system table.
</li><li>
H2 Console should support JaQu directly.
</li><li>
H2 Console: support single file upload and directory download (optional).
</li><li>
Document FTL_SEARCH, FTL_SEARCH_DATA.
</li><li>
Sequences: CURRVAL should be session specific. Compatibility with PostgreSQL.
</li><li>
Auto-server: add option to define the IP address range or list.
...
...
h2/src/main/org/h2/engine/Session.java
浏览文件 @
93a6e550
...
...
@@ -861,7 +861,6 @@ public class Session extends SessionWithState {
* executing the statement.
*
* @param command the command
* @param startTime the time execution has been started
*/
public
void
setCurrentCommand
(
Command
command
)
{
this
.
currentCommand
=
command
;
...
...
h2/src/main/org/h2/store/PageFreeList.java
浏览文件 @
93a6e550
...
...
@@ -98,6 +98,12 @@ public class PageFreeList extends Page {
}
}
/**
* Get the first free page starting at the given offset.
*
* @param first the page number to start the search
* @return the page number, or -1
*/
int
getFirstFree
(
int
first
)
{
if
(
full
)
{
return
-
1
;
...
...
h2/src/tools/org/h2/build/doc/dictionary.txt
浏览文件 @
93a6e550
...
...
@@ -657,4 +657,4 @@ javaagent park accurately adopt consists night equally enhance enhanced
skiing honor marketing sleeping dlucene timezones shifted analyzed insists
train joining bilingual existed extremely fog bordercolor overlapping
unlocking webkit dalvik recorded defrag marschall helping victor philippe
pyankov
pyankov
enctype multipart boundary mistake enlarge
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论