提交 8829bf60 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation / formatting

上级 ffddfd0a
......@@ -48,6 +48,7 @@
90018=The connection was not closed by the application and is garbage collected
90019=Cannot drop the current user
90020=Database may be already in use: {0}. Possible solutions: close all other connection(s); use the server mode
90021=This combination of database settings is not supported: {0}
90022=Function {0} not found
90023=Column {0} must not be nullable
90024=Error while renaming file {0} to {1}
......
......@@ -644,12 +644,12 @@ public class ErrorCode {
public static final int DATABASE_ALREADY_OPEN_1 = 90020;
/**
* The error with code <code>90021</code> is thrown when
* The error with code <code>90021</code> is thrown when
* trying to change a specific database property that conflicts with other
* database properties.
*/
public static final int UNSUPPORTED_SETTING_COMBINATION = 90021;
/**
* The error with code <code>90022</code> is thrown when
* trying to call a unknown function.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论