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

The JDBC client did not detect that it was not talking to an H2 server.

上级 12527180
......@@ -1044,10 +1044,11 @@ public class ErrorCode {
/**
* The error with code <code>90067</code> is thrown when
* the connection to the database is lost. A possible reason
* is that the connection has been closed due to a shutdown,
* or that the server is stopped.
* is that the database connection has been closed due to a shutdown,
* or that the server is stopped. Other causes could be:
* the server is not an H2 server, or the network connection is broken.
*/
public static final int CONNECTION_BROKEN = 90067;
public static final int CONNECTION_BROKEN_1 = 90067;
/**
* The error with code <code>90068</code> is thrown when the given
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论