提交 bdc005e0 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 79304ac8
......@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Issue 279: Auto-Server mode: unclear error message when trying to connect using AUTO_SERVER
<ul><li>Linked tables: for NUMERIC column, Oracle reports precision 0 and scale -127.
A workaround has been implemented (the same as for DECIMAL columns in version 1.3.150).
</li><li>Issue 279: Auto-Server mode: unclear error message when trying to connect using AUTO_SERVER
if the database is already open without the flag (Connection is broken: "null").
</li><li>Issue 238: Can drop a column that has a single-column constraint.
</li></ul>
......
......@@ -540,7 +540,8 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
check constraint, allow to use it in Java functions as parameters (return values already seem to work).
</li><li>Encrypted file system (use cipher text stealing so file length doesn't need to decrypt; 4 KB header per file,
optional compatibility with current encrypted database files).
</li><li>Issue 229: SELECT with simple OR tests uses tableScan when it could use indexes
</li><li>Issue 229: SELECT with simple OR tests uses tableScan when it could use indexes.
</li><li>GROUP BY queries should use a temporary table if there are too many rows.
</li></ul>
<h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论