Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
仓库
535308566d4ef3f79e87307554bbc7afb0dba812
切换分支/标签
h2database
h2
src
main
org
h2
历史
查找文件
选择下载格式
源代码
下载 zip
下载 tar.gz
下载 tar.bz2
下载 tar
The SQL parser silently ignored characters such as '^' or '\'. Now a syntax error is thrown.
· 1a9d4192
由
Thomas Mueller
提交于
13 年前
1a9d4192
名称
最后提交
最后更新
..
api
Change copyright years.
14 年前
bnf
Removed unused code and reduce visibility where possible.
14 年前
command
The SQL parser silently ignored characters such as '^' or '\'. Now a syntax error is thrown.
13 年前
compress
Make methods static if possible.
14 年前
constant
Documentation.
13 年前
constraint
Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
13 年前
engine
Include root cause in exception.
13 年前
expression
ROUND(..) now also works with just one parameter.
13 年前
fulltext
StringUtils.convertBytesToHex
13 年前
index
Recursive queries with many rows could throw an IndexOutOfBoundsException.
13 年前
jdbc
Clob.toString() and Blob.toString() now include the trace identifier.
13 年前
jdbcx
Issue 321: the database does not expect XA rollback without XA prepare (an exception was unnecessarily written into the .trace.db file).
13 年前
jmx
Small changes.
14 年前
message
This database no longer uses finalize() except for temporary files. The system property "h2.runFinalize" is no longer supported. Unclosed connections are still detected, but the opening stack trace is now collected only if connections are not closed repeatedly (starting with the second unclosed connection).
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.
13 年前
schema
fix some javadoc @throws comments
14 年前
security
StringUtils.convertBytesToHex
13 年前
server
StringUtils.convertBytesToHex
13 年前
store
BLOB: InputStream.skip is now more efficient in embedded mode.
13 年前
table
Access to system tables is now more restrictive for non-admin users (the tables can be still listed and read, but some of the data is not included).
13 年前
tools
CSVREAD now supports the option 'preserveWhitespace'.
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
Improved performance for reading and writing date and time values.
13 年前
value
Component types are transferred over the network, but not persisted in the database file as of now.
13 年前
Driver.java
Loading commit data...
package.html
Loading commit data...