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

Documentation.

上级 6e2e3cf8
...@@ -949,6 +949,11 @@ To enable this feature, append <code>;FILE_LOCK=SERIALIZED</code> to the databas ...@@ -949,6 +949,11 @@ To enable this feature, append <code>;FILE_LOCK=SERIALIZED</code> to the databas
This feature is relatively new. When using it for production, please ensure This feature is relatively new. When using it for production, please ensure
your use case is well tested (if possible with automated test cases). your use case is well tested (if possible with automated test cases).
</p> </p>
<p>
One known limitation when using this mode is: queries that write to the database will fail
with the exception "The database is read only", if the queries are run using <code>Statement.executeQuery()</code>.
As a workaround, use <code>Statement.execute()</code>
</p>
<h2 id="passwords">Using Passwords</h2> <h2 id="passwords">Using Passwords</h2>
......
...@@ -535,6 +535,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>. ...@@ -535,6 +535,7 @@ See also <a href="build.html#providing_patches">Providing Patches</a>.
</li><li>PostgreSQL compatibility: ALTER TABLE ADD combined with adding a foreign key constraint, as in ALTER TABLE FOO ADD COLUMN PARENT BIGINT REFERENCES FOO(ID). </li><li>PostgreSQL compatibility: ALTER TABLE ADD combined with adding a foreign key constraint, as in ALTER TABLE FOO ADD COLUMN PARENT BIGINT REFERENCES FOO(ID).
</li><li>MS SQL Server compatibility: support @@ROWCOUNT. </li><li>MS SQL Server compatibility: support @@ROWCOUNT.
</li><li>PostgreSQL compatibility: LOG(x) is LOG10(x) and not LN(x). </li><li>PostgreSQL compatibility: LOG(x) is LOG10(x) and not LN(x).
</li><li>Issue 311: Serialized lock mode: executeQuery of write operations fails.
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论