名称
最后提交
最后更新
..
BaseIndex.java Small improvements.
Cursor.java Use runtime exceptions internally.
FunctionCursor.java Use runtime exceptions internally.
FunctionIndex.java Use runtime exceptions internally.
HashIndex.java Added external table engines support.
Index.java Use runtime exceptions internally.
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.
IndexCursor.java Small improvements.
IndexType.java Hash indexes now are only used for single column indexes.
LinkedCursor.java Use runtime exceptions internally.
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.
MetaCursor.java Use runtime exceptions internally.
MetaIndex.java Use runtime exceptions internally.
MultiVersionCursor.java Use runtime exceptions internally.
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".
NonUniqueHashCursor.java Added external table engines support.
NonUniqueHashIndex.java Added external table engines support.
PageBtree.java More accurate cache size calculation.
PageBtreeCursor.java Use runtime exceptions internally.
PageBtreeIndex.java Small improvements.
PageBtreeLeaf.java Data modifications (inserts, updates, and deletes) are now up to 5 times faster in some cases.
PageBtreeNode.java Documentation.
PageData.java Remove unused code.
PageDataCursor.java The index condition columnName IS NULL was not efficient when using a clustered index.
PageDataIndex.java The index condition columnName IS NULL was not efficient when using a clustered index.
PageDataLeaf.java New experimental feature SHUTDOWN DEFRAG.
PageDataNode.java When using the MULTI_THREADED option, concurrently reading from a database could throw an exception.
PageDataOverflow.java More accurate cache size calculation.
PageDelegateIndex.java The index condition columnName IS NULL was not efficient when using a clustered index.
PageIndex.java Use runtime exceptions internally.
RangeCursor.java Use runtime exceptions internally.
RangeIndex.java Comparison of integer columns against float numbers was not always correct. Issue 182.
ScanCursor.java Use runtime exceptions internally.
ScanIndex.java New lob storage.
SingleRowCursor.java Added external table engines support.
TreeCursor.java Remove unused code.
TreeIndex.java Documentation.
TreeNode.java Update copyright to 2010.
ViewCursor.java Use runtime exceptions internally.
ViewIndex.java Recursive queries.
package.html Documentation.