名称
最后提交
最后更新
..
Column.java Documentation
ColumnResolver.java Each table now has a pseudo-column "_ROWID_" to get the unique row id (only enabled for version 1.3.x).
FunctionTable.java The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x).
IndexColumn.java Change copyright years.
LinkSchema.java Change copyright years.
MetaTable.java The table INFORMATION_SCHEMA.FUNCTION_ALIASES now includes a column TYPE_NAME.
Plan.java New database setting EARLY_FILTER to allow table implementations to apply filter conditions early on.
PlanItem.java Change copyright years.
RangeTable.java Split long lines.
RegularTable.java Issue 335: Could not run DROP ALL OBJECTS DELETE FILES on older databases with CLOB or BLOB data. The problem was that the metadata table was not locked in some cases, so that a rollback could result in a corrupt database in a database if the lob storage was upgraded.
SingleColumnResolver.java Each table now has a pseudo-column "_ROWID_" to get the unique row id (only enabled for version 1.3.x).
Table.java MVCC: concurrently updating a row could result in the row to appear deleted in the second connection, if there are multiple unique indexes (or a primary key and at least one unique index). Thanks a lot to Teruo for the patch!
TableBase.java Fix issues found by CodePro Analytix
TableFilter.java Small changes.
TableLink.java Issue 265: Linked tables: auto-reconnect if the backside connection is lost (workaround for the MySQL problem that disconnects after 8 hours of inactivity).
TableLinkConnection.java Split long lines.
TableView.java The script created by SCRIPT DROP did not always work if multiple views existed that depend on each other.
package.html Change copyright years.