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

Test case for linking tables (supposed to fail in the network mode).

上级 4f0d13e4
...@@ -177,6 +177,12 @@ is shared. To disable this, set the system property <code>h2.shareLinkedConnecti ...@@ -177,6 +177,12 @@ is shared. To disable this, set the system property <code>h2.shareLinkedConnecti
The statement <a href="grammar.html#create_linked_table" class="notranslate" >CREATE LINKED TABLE</a> The statement <a href="grammar.html#create_linked_table" class="notranslate" >CREATE LINKED TABLE</a>
supports an optional schema name parameter. supports an optional schema name parameter.
</p> </p>
<p>
The following are not supported because they may result in a deadlock:
creating a linked table to the same database,
and creating a linked table to another database using the server mode if the other database is open in the same server
(use the embedded mode instead).
</p>
<h2 id="updatable_views">Updatable Views</h2> <h2 id="updatable_views">Updatable Views</h2>
<p> <p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论