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

Formatting

上级 c2a3dab7
......@@ -1970,7 +1970,7 @@ Fix to org.h2.util.ScriptReader when handling unclosed block comments.
Make org.h2.util.ScriptReader throw a better exception when handling broken scripts which generate extremely large statements.
@changelog_1035_li
Fix bug with ALLOW_LITERALS=NONE, where the periodic analyze table on insert would throw an exception.
Fix bug with ALLOW_LITERALS=NONE, where the periodic analyze table on insert would throw an exception. A similar problem was fixed in the Console tool.
@changelog_1036_li
Issue 510: Make org.h2.bnf public for consumption by external projects, patch by Nicolas Fortin
......
......@@ -1970,7 +1970,7 @@ Centralリ�?ジトリ�?�利用
#Make org.h2.util.ScriptReader throw a better exception when handling broken scripts which generate extremely large statements.
@changelog_1035_li
#Fix bug with ALLOW_LITERALS=NONE, where the periodic analyze table on insert would throw an exception.
#Fix bug with ALLOW_LITERALS=NONE, where the periodic analyze table on insert would throw an exception. A similar problem was fixed in the Console tool.
@changelog_1036_li
#Issue 510: Make org.h2.bnf public for consumption by external projects, patch by Nicolas Fortin
......
......@@ -655,7 +655,7 @@ changelog_1031_li=Support the JDBC DatabaseMetaData\#getClientInfoProperties() m
changelog_1032_li=Make Server\#openBrowser respect the $BROWSER environment variable. Add "chromium" to the list of browsers tried. Patch from Felix Kaiser.
changelog_1033_li=Fix to org.h2.util.ScriptReader when handling unclosed block comments.
changelog_1034_li=Make org.h2.util.ScriptReader throw a better exception when handling broken scripts which generate extremely large statements.
changelog_1035_li=Fix bug with ALLOW_LITERALS\=NONE, where the periodic analyze table on insert would throw an exception.
changelog_1035_li=Fix bug with ALLOW_LITERALS\=NONE, where the periodic analyze table on insert would throw an exception. A similar problem was fixed in the Console tool.
changelog_1036_li=Issue 510\: Make org.h2.bnf public for consumption by external projects, patch by Nicolas Fortin
changelog_1037_li=Issue 509\: Important fix on ValueGeometry, patch by Nicolas Fortin (with some tweaking) Make ValueGeometry\#getDimensionCount more reliable. Add unit test to check for illegal ValueGeometry comparison Add unit test for conversion of Geometry object into Object Add optional export to MANIFEST.MF for JTS Geometry classes Validate that geometry values can be represented in WKB.
changelog_1038_li=Issue 506\: RFE\: Include Thread.getName() in case of a deadlock
......
......@@ -128,6 +128,7 @@ public class Page {
* @param keyCount the number of keys
* @param keys the keys
* @param values the values
* @param childCount the number of children
* @param children the children
* @param childrenPages the children pages
* @param counts the children counts
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论