@@ -36,7 +36,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -36,7 +36,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Optimization: result set caching (like MySQL)
</li><li>Optimization: result set caching (like MySQL)
</li><li>Server side cursors
</li><li>Server side cursors
</li><li>MVCC: support concurrent MERGE
</li><li>MVCC: support concurrent MERGE
</li><li>Procedural language / script language (Java, Javascript)
</li></ul>
</li></ul>
<h2>Priority 2</h2>
<h2>Priority 2</h2>
...
@@ -461,6 +460,11 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
...
@@ -461,6 +460,11 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Check state of https://issues.apache.org/jira/browse/OPENJPA-1367 (H2 does support cross joins).
</li><li>Check state of https://issues.apache.org/jira/browse/OPENJPA-1367 (H2 does support cross joins).
</li><li>Fulltext search (Lucene): only prefix column names with _ if they already start with _. Instead of DATA / QUERY / modified use _DATA, _QUERY, _MODIFIED if possible.
</li><li>Fulltext search (Lucene): only prefix column names with _ if they already start with _. Instead of DATA / QUERY / modified use _DATA, _QUERY, _MODIFIED if possible.
</li><li>Support a way to create or read compressed encrypted script files using an API.
</li><li>Support a way to create or read compressed encrypted script files using an API.
</li><li>Scripting language support (Javascript).
</li><li>The network client should better detect if the server is not an H2 server and fail early.
</li><li>H2 Console: support CLOB/BLOB download using a link.
</li><li>H2 Console: support CLOB/BLOB upload.
</li><li>Recover tool: stream blob / clob data (problem: currently using varchar data type).