Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
仓库
c71986892264b533a3a0c070e1b4a4eda089f7dd
切换分支/标签
h2database
h2
src
main
org
h2
历史
查找文件
选择下载格式
源代码
下载 zip
下载 tar.gz
下载 tar.bz2
下载 tar
Profiler improvements.
· d9e1d601
由
Thomas Mueller
提交于
13 年前
d9e1d601
名称
最后提交
最后更新
..
api
Fulltext search (native): after re-opening the connection once the fulltext index was created, transaction rollbacks did not roll back the modifications in the index.
13 年前
bnf
Fix issues found by CodePro Analytix
13 年前
command
Creating a temporary table with the option 'transactional' will now also create the indexes in transactional mode
13 年前
compress
Possible slight optimization
13 年前
constant
The database file size grows now 35%, but at most 256 MB at a time.
13 年前
constraint
Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
14 年前
engine
Database URLs can now be re-mapped to another URL using the system property "h2.urlMap", which points to a properties file with database URL mappings.
13 年前
expression
"group_concat(distinct ...)" did not work correctly in a view or subquery (the 'distinct' was lost). Example: select * from (select group_concat(distinct 1) from system_range(1, 3));
13 年前
fulltext
Fix issues found by CodePro Analytix
13 年前
index
The BLOB / CLOB data was dropped a little bit before the table was dropped. This could cause "lob not found" errors when the process was killed while a table was dropped.
13 年前
jdbc
Date, time, and timestamp data type processing has been re-implemented.
13 年前
jdbcx
assertThrows
13 年前
jmx
Split long lines.
14 年前
message
MERGE: if a unique key was violated (but not the primary key or the key columns of the merge itself), the wrong exception was thrown.
13 年前
res
Documentation.
13 年前
result
Read-only databases: some queries (such as distinct queries) tried to create temporary tables, which failed for read only databases.
14 年前
schema
Fix issues found by CodePro Analytix
13 年前
security
Split long lines.
14 年前
server
Fix issues found by CodePro Analytix
13 年前
store
The database file size grows now 35%, but at most 256 MB at a time.
13 年前
table
Fix issues found by CodePro Analytix
13 年前
tools
Fix issues found by CodePro Analytix
13 年前
upgrade
The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
14 年前
util
Profiler improvements.
13 年前
value
Reduce the time between reading millis and nanos, to avoid problems if the timestamp is concurrently updated.
13 年前
Driver.java
Loading commit data...
package.html
Loading commit data...