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

Documentation.

上级 078dcece
......@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Server: CLOB data with unicode characters between character code 0xd800 and 0xdfff
<ul><li>More accurate calculation of variance and standard deviation for large number of samples with low variance
(now using Welford's method).
</li><li>Server: CLOB data with unicode characters between character code 0xd800 and 0xdfff
were not transferred correctly. In many cases, the thread was stuck afterwards.
</li><li>Issue 264: the Hibernate dialect in src/tools was removed because it is outdated.
</li><li>Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError
......
......@@ -96,6 +96,7 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li><a href="http://pokercopilot.com">Poker Copilot, Steve McLeod, Germany</a>
</li><li><a href="http://skycash.com">SkyCash, Poland</a>
</li><li><a href="http://lumber-mill.co.jp">Lumber-mill, Inc., Japan</a>
</li><li>TransparenTech LLC, USA
</li><li>Martin Wildam, Austria
</li><li>Donald Bleyl, USA
</li><li>Frank Berger, Germany
......@@ -128,6 +129,7 @@ spread the word, and translated this project. Also many thanks to the donors:
</li><li>Bilingual Marketing Group, USA
</li><li>Philippe Marschall, Switzerland
</li><li>Knut Staring, Norway
</li><li>Theis Borg, Denmark
</li></ul>
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>
......
......@@ -379,6 +379,11 @@ JMatter</a><br />
Framework for constructing workgroup business applications based on the Naked Objects Architectural Pattern.
</p>
<p><a href="http://jooq.sourceforge.net">
jOOQ (Java Object Oriented Querying)</a><br />
jOOQ takes your database schema as a base for code generation.
</p>
<p><a href="http://getjotbot.com">
JotBot</a><br />
Records your day at user defined intervals.
......
......@@ -124,6 +124,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Test http://mysql-je.sourceforge.net/
</li><li>Performance: automatically build in-memory indexes if the whole table is in memory.
</li><li>H2 Console: the webclient could support more features like phpMyAdmin.
</li><li>Database file name suffix: a way to use no or a different suffix (for example using a slash).
</li><li>Use Janino to convert Java to C++.
</li><li>The HELP information schema can be directly exposed in the Console.
</li><li>Maybe use the 0x1234 notation for binary fields, see MS SQL Server.
......@@ -397,7 +398,6 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>Compatibility: Java functions with SQLJ Part1 http://www.acm.org/sigmod/record/issues/9912/standards.pdf.gz
</li><li>Compatibility: Java functions with SQL/PSM (Persistent Stored Modules) - need to find the documentation.
</li><li>CACHE_SIZE: automatically use a fraction of Runtime.maxMemory - maybe automatically the second level cache.
</li><li>Database file name suffix: a way to use no or a different suffix (for example using a slash).
</li><li>Support date/time/timestamp as documented in http://en.wikipedia.org/wiki/ISO_8601
</li><li>PostgreSQL compatibility: when in PG mode, treat BYTEA data like PG.
</li><li>Support =ANY(array) as in PostgreSQL. See also http://www.postgresql.org/docs/8.0/interactive/arrays.html
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论