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

Linked tables are always writable.

上级 732bc4c9
......@@ -547,7 +547,8 @@ public class TableLink extends Table {
* Linked tables don't know if they are readonly. This overwrites
* the default handling.
*/
public void checkWritingAllowed() throws SQLException {
public void checkWritingAllowed() {
// only the target database can verify this
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论