@@ -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
#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