提交 97e1ce09 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Formatting

上级 e08bf7a4
...@@ -31,7 +31,7 @@ Change Log ...@@ -31,7 +31,7 @@ Change Log
</li> </li>
<li>Issue #249: Clarify license declaration in Maven POM xml <li>Issue #249: Clarify license declaration in Maven POM xml
</li> </li>
<li>Fix NPE in querying spatial data through a sub-select. <li>Fix NullPointerException in querying spatial data through a sub-select.
</li> </li>
<li>Fix bug where a lock on the SYS table was not released when closing a session that contained a temp <li>Fix bug where a lock on the SYS table was not released when closing a session that contained a temp
table with an LOB column. table with an LOB column.
...@@ -40,7 +40,7 @@ table with an LOB column. ...@@ -40,7 +40,7 @@ table with an LOB column.
</li> </li>
<li>Issue #235: Anonymous SSL connections fail in many situations <li>Issue #235: Anonymous SSL connections fail in many situations
</li> </li>
<li>Fix race condition in FILE_LOCK=SOCKET, which could result in the watchdog thread not running <li>Fix race condition in FILE_LOCK=SOCKET, which could result in the watchdog thread not running
</li> </li>
<li>Experimental support for datatype TIMESTAMP WITH TIMEZONE <li>Experimental support for datatype TIMESTAMP WITH TIMEZONE
</li> </li>
...@@ -61,7 +61,7 @@ table with an LOB column. ...@@ -61,7 +61,7 @@ table with an LOB column.
<li>Issue #231: Possible infinite loop when initializing the ObjectDataType class <li>Issue #231: Possible infinite loop when initializing the ObjectDataType class
when concurrently writing into MVStore. when concurrently writing into MVStore.
</li> </li>
<ul> </ul>
<h2>Version 1.4.191 Beta (2016-01-21)</h2> <h2>Version 1.4.191 Beta (2016-01-21)</h2>
<ul> <ul>
......
...@@ -644,8 +644,7 @@ To keep the content of an in-memory database as long as the virtual machine is a ...@@ -644,8 +644,7 @@ To keep the content of an in-memory database as long as the virtual machine is a
<h2 id="file_encryption">Database Files Encryption</h2> <h2 id="file_encryption">Database Files Encryption</h2>
<p> <p>
The database files can be encrypted. The database files can be encrypted.
<p> Three encryption algorithms are supported:
Three encryption algorithms are supported:
<ul> <ul>
<li>"AES" - also known as Rijndael, only AES-128 is implemented.</li> <li>"AES" - also known as Rijndael, only AES-128 is implemented.</li>
<li>"XTEA" - the 32 round version.</li> <li>"XTEA" - the 32 round version.</li>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论