diff --git a/README.md b/README.md index 4679c1ba74..34ec687ef4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ More information: https://h2database.com com.h2database h2 - 2.3.230 + 2.3.232 ``` diff --git a/h2/pom.xml b/h2/pom.xml index 576b446bb0..b7489893ab 100644 --- a/h2/pom.xml +++ b/h2/pom.xml @@ -4,7 +4,7 @@ com.h2database h2 - 2.3.239-SNAPSHOT + 2.3.232 jar H2 Database Engine https://h2database.com diff --git a/h2/src/docsrc/html/changelog.html b/h2/src/docsrc/html/changelog.html index 6b1f8b26d4..2029b51d1e 100644 --- a/h2/src/docsrc/html/changelog.html +++ b/h2/src/docsrc/html/changelog.html @@ -21,6 +21,12 @@

Change Log

Next Version (unreleased)

+ +

Version 2.3.232 (2024-08-11)

+ -

Version 2.0.204 (2021-12-21)

- diff --git a/h2/src/docsrc/html/download-archive.html b/h2/src/docsrc/html/download-archive.html index e63642aab6..9b38f2b4bd 100644 --- a/h2/src/docsrc/html/download-archive.html +++ b/h2/src/docsrc/html/download-archive.html @@ -28,6 +28,10 @@

Distribution

+ + + + diff --git a/h2/src/main/org/h2/engine/Constants.java b/h2/src/main/org/h2/engine/Constants.java index cd5c6a835a..06650407f9 100644 --- a/h2/src/main/org/h2/engine/Constants.java +++ b/h2/src/main/org/h2/engine/Constants.java @@ -15,18 +15,18 @@ public class Constants { /** * The build date is updated for each public release. */ - public static final String BUILD_DATE = "2024-07-15"; + public static final String BUILD_DATE = "2024-08-11"; /** * Sequential version number. Even numbers are used for official releases, * odd numbers are used for development builds. */ - public static final int BUILD_ID = 239; + public static final int BUILD_ID = 232; /** * Whether this is a snapshot version. */ - public static final boolean BUILD_SNAPSHOT = true; + public static final boolean BUILD_SNAPSHOT = false; /** * If H2 is compiled to be included in a product, this should be set to diff --git a/h2/src/test/org/h2/samples/newsfeed.sql b/h2/src/test/org/h2/samples/newsfeed.sql index 008a3970c1..c116cc51ff 100644 --- a/h2/src/test/org/h2/samples/newsfeed.sql +++ b/h2/src/test/org/h2/samples/newsfeed.sql @@ -7,6 +7,7 @@ CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR); INSERT INTO VERSION VALUES +(161, '2.3.232', '2024-08-11'), (160, '2.3.230', '2024-07-15'), (159, '2.2.224', '2023-09-17'), (158, '2.2.222', '2023-08-22'), @@ -21,8 +22,7 @@ INSERT INTO VERSION VALUES (149, '1.4.199', '2019-03-13'), (148, '1.4.198', '2019-02-22'), (147, '1.4.197', '2018-03-18'), -(146, '1.4.196', '2017-06-10'), -(145, '1.4.195', '2017-04-23'); +(146, '1.4.196', '2017-06-10'); CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR, LANGUAGE VARCHAR, PUB TIMESTAMP, LAST TIMESTAMP, AUTHOR VARCHAR); diff --git a/h2/src/test/org/h2/test/scripts/queries/joins.sql b/h2/src/test/org/h2/test/scripts/queries/joins.sql index 4ab9f6e326..98645e4fc4 100644 --- a/h2/src/test/org/h2/test/scripts/queries/joins.sql +++ b/h2/src/test/org/h2/test/scripts/queries/joins.sql @@ -1060,18 +1060,18 @@ SELECT * FROM TEST A INNER JOIN TEST B LEFT OUTER JOIN TEST C ON C.ID = A.ID ON > exception COLUMN_NOT_FOUND_1 WITH - A(A) AS (VALUES (1)), - B(B) AS (VALUES (1)), - C(C) AS (VALUES (1)) + A(A) AS (VALUES (1)), + B(B) AS (VALUES (1)), + C(C) AS (VALUES (1)) SELECT - A.A, - ( - SELECT B.B - FROM B - JOIN C - ON B.B = A.A - AND C.C = B.B - ) + A.A, + ( + SELECT B.B + FROM B + JOIN C + ON B.B = A.A + AND C.C = B.B + ) FROM A; > A (SELECT B.B FROM B B INNER JOIN C C ON 1=1 WHERE (B.B = A.A) AND (C.C = B.B)) > - ----------------------------------------------------------------------------- @@ -1079,18 +1079,18 @@ FROM A; > rows: 1 WITH - A(A) AS (VALUES (1)), - B(B) AS (VALUES (1)), - C(C) AS (VALUES (1)) + A(A) AS (VALUES (1)), + B(B) AS (VALUES (1)), + C(C) AS (VALUES (1)) SELECT - A.A, - ( - SELECT B.B - FROM B - LEFT JOIN C - ON B.B = A.A - AND C.C = B.B - ) + A.A, + ( + SELECT B.B + FROM B + LEFT JOIN C + ON B.B = A.A + AND C.C = B.B + ) FROM A; > A (SELECT B.B FROM B B LEFT OUTER JOIN C C ON (B.B = A.A) AND (C.C = B.B)) > - ------------------------------------------------------------------------ diff --git a/h2/src/tools/org/h2/build/doc/dictionary.txt b/h2/src/tools/org/h2/build/doc/dictionary.txt index 819853b5d7..5266441668 100644 --- a/h2/src/tools/org/h2/build/doc/dictionary.txt +++ b/h2/src/tools/org/h2/build/doc/dictionary.txt @@ -605,7 +605,7 @@ spell spellcheck spellchecker spelled spelling spends spent sphere spi spiced spin spliced split splits splitting sponsored spot spots spr spread spring springframework springfuse sql sqlexpress sqli sqlite sqlj sqlnulls sqlserver sqlstate sqlxml sqrt square squill squirrel src srcs srid ssd ssl stability -stabilize stable stack stackable stacked stage stages stamp standalone standard +stabilize stable stack stackable stacked stage stages stale stamp standalone standard standardized standards standby standing stands star staring start started starter starting starts startup starvation starves stat state stated statement statements states static stating station statistic statistical statisticlog statistics stats
2.2.230Windows InstallerPlatform-Independent Zip
2.2.224 Windows Installer Platform-Independent Zip