Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
H
h2database
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
Administrator
h2database
仓库
bf4f652cda4b32cacab86a33726e2b28a01452e5
切换分支/标签
h2database
h2
src
main
org
h2
index
历史
查找文件
选择下载格式
源代码
下载 zip
下载 tar.gz
下载 tar.bz2
下载 tar
The index condition columnName IS NULL was not efficient when using a clustered index.
· 10b2bc05
由
Thomas Mueller
提交于
14 年前
10b2bc05
名称
最后提交
最后更新
..
BaseIndex.java
Small improvements.
14 年前
Cursor.java
Use runtime exceptions internally.
15 年前
FunctionCursor.java
Use runtime exceptions internally.
15 年前
FunctionIndex.java
Use runtime exceptions internally.
15 年前
HashIndex.java
Added external table engines support.
15 年前
Index.java
Use runtime exceptions internally.
15 年前
IndexCondition.java
Support for null-safe equals. This includes the ANSI SQL standard syntax A IS [NOT] DISTINCT FROM B as well as the shorter A IS [NOT] B.
14 年前
IndexCursor.java
Small improvements.
14 年前
IndexType.java
Hash indexes now are only used for single column indexes.
15 年前
LinkedCursor.java
Use runtime exceptions internally.
15 年前
LinkedIndex.java
Support for null-safe equals. This includes the ANSI SQL standard syntax A IS [NOT] DISTINCT FROM B as well as the shorter A IS [NOT] B.
14 年前
MetaCursor.java
Use runtime exceptions internally.
15 年前
MetaIndex.java
Use runtime exceptions internally.
15 年前
MultiVersionCursor.java
Use runtime exceptions internally.
15 年前
MultiVersionIndex.java
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 年前
NonUniqueHashCursor.java
Added external table engines support.
15 年前
NonUniqueHashIndex.java
Added external table engines support.
15 年前
PageBtree.java
More accurate cache size calculation.
14 年前
PageBtreeCursor.java
Use runtime exceptions internally.
15 年前
PageBtreeIndex.java
Small improvements.
14 年前
PageBtreeLeaf.java
Data modifications (inserts, updates, and deletes) are now up to 5 times faster in some cases.
14 年前
PageBtreeNode.java
Documentation.
14 年前
PageData.java
Remove unused code.
14 年前
PageDataCursor.java
The index condition columnName IS NULL was not efficient when using a clustered index.
14 年前
PageDataIndex.java
The index condition columnName IS NULL was not efficient when using a clustered index.
14 年前
PageDataLeaf.java
New experimental feature SHUTDOWN DEFRAG.
14 年前
PageDataNode.java
When using the MULTI_THREADED option, concurrently reading from a database could throw an exception.
14 年前
PageDataOverflow.java
More accurate cache size calculation.
14 年前
PageDelegateIndex.java
The index condition columnName IS NULL was not efficient when using a clustered index.
14 年前
PageIndex.java
Use runtime exceptions internally.
15 年前
RangeCursor.java
Use runtime exceptions internally.
15 年前
RangeIndex.java
Comparison of integer columns against float numbers was not always correct. Issue 182.
15 年前
ScanCursor.java
Use runtime exceptions internally.
15 年前
ScanIndex.java
New lob storage.
15 年前
SingleRowCursor.java
Added external table engines support.
15 年前
TreeCursor.java
Remove unused code.
15 年前
TreeIndex.java
Documentation.
14 年前
TreeNode.java
Update copyright to 2010.
15 年前
ViewCursor.java
Use runtime exceptions internally.
15 年前
ViewIndex.java
Recursive queries.
14 年前
package.html
Documentation.
15 年前