Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
仓库
5bbd39640ccd2f745feab7613583dfd5ec47b801
切换分支/标签
h2database
h2
src
main
org
h2
历史
查找文件
选择下载格式
源代码
下载 zip
下载 tar.gz
下载 tar.bz2
下载 tar
New experimental database file locking mechanism "FS" to use native file locking.
· 5bbd3964
由
Thomas Mueller
提交于
14 年前
5bbd3964
名称
最后提交
最后更新
..
api
Documentation.
15 年前
bnf
StringUtils.replaceAllIgnoreCase
14 年前
command
NullPointerException in the parser.
14 年前
compress
Copyright / license
14 年前
constant
MVCC: when trying to insert two rows with the same key from two connections, the second connection immediately threw the exception "Unique index or primary key violation".
14 年前
constraint
Referential integrity: it was not allowed to delete a row with NULL in the parent table, if there was a row with NULL in the child table.
14 年前
engine
New experimental database file locking mechanism "FS" to use native file locking.
14 年前
expression
Documentation.
14 年前
fulltext
Lucene 3.x support was added in the source code, however it is not yet enabled by default.
14 年前
index
Inserting rows in reverse order could throw an ArrayIndexOutOfBoundsException in some cases (specially rows larger than the page size, which is 2 KB by default). Issue 226.
14 年前
jdbc
CAST(NULL AS ...) doesn't forget the data type, precision, and scale any longer.
14 年前
jdbcx
The built-in connection pool (JdbcConnectionPool) did not always honor the login timeout (the timeout could occur much too early).
14 年前
message
Move convertStringToBytes to StringUtils.
14 年前
res
Documentation: the grammar and function documentation can now be easier translated.
14 年前
result
Data modifications (inserts, updates, and deletes) are now up to 5 times faster in some cases.
14 年前
schema
Empty lines.
14 年前
security
New experimental pseudo-encryption algorithm "FOG".
14 年前
server
H2 Console: with Chrome and Safari, resizing the table/query frame doesn't work. Issue 225.
14 年前
store
New experimental database file locking mechanism "FS" to use native file locking.
14 年前
table
Documentation.
14 年前
tools
The command line tools now say so if the source directory of an option doesn't exist.
14 年前
upgrade
For unecnrypted databases, the automatic upgrade temporary script file is now unencrypted again.
14 年前
util
Documentation.
14 年前
value
Server mode: if the client ran with a different timezone setting than the server, date values got shifted by the difference between the timezones.
14 年前
Driver.java
StringUtils.replaceAllIgnoreCase
14 年前
package.html
Documentation.
15 年前