提交 3ff0e3ce authored 作者: mysinmyc's avatar mysinmyc

fix set persistence

上级 b8aead8f
...@@ -550,7 +550,7 @@ public class Set extends Prepared { ...@@ -550,7 +550,7 @@ public class Set extends Prepared {
} else { } else {
database.setAuthenticator(null); database.setAuthenticator(null);
} }
addOrUpdateSetting(name,stringValue,0); addOrUpdateSetting(name,expression.getValue(session).getString(),0);
} catch (Exception e) { } catch (Exception e) {
//Errors during start are ignored to allow to open the database //Errors during start are ignored to allow to open the database
if (database.isStarting()) { if (database.isStarting()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论