Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe306de

Browse files
committed
Version advancement
1 parent36e790d commitbe306de

File tree

6 files changed

+17
-72
lines changed

6 files changed

+17
-72
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ More information: https://h2database.com
2222
<dependency>
2323
<groupId>com.h2database</groupId>
2424
<artifactId>h2</artifactId>
25-
<version>2.0.206</version>
25+
<version>2.1.210</version>
2626
</dependency>
2727
```
2828

‎h2/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.h2database</groupId>
66
<artifactId>h2</artifactId>
7-
<version>2.1.209-SNAPSHOT</version>
7+
<version>2.1.210</version>
88
<packaging>jar</packaging>
99
<name>H2 Database Engine</name>
1010
<url>https://h2database.com</url>

‎h2/src/docsrc/html/changelog.html‎

Lines changed: 6 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ <h1>Change Log</h1>
2121

2222
<h2>Next Version (unreleased)</h2>
2323
<ul>
24+
<li>Nothing yet...
25+
</li>
26+
</ul>
27+
28+
<h2>Version 2.1.210 (2022-01-17)</h2>
29+
<ul>
2430
<li>Issue #3376: Data cannot be read after insert of clob data> MAX_LENGTH_INPLACE_LOB with data change delta table
2531
</li>
2632
<li>PR #3377: Add -webExternalNames setting and fix WebServer.getConnection()
@@ -1240,64 +1246,4 @@ <h2>Version 1.4.200 (2019-10-14)</h2>
12401246
</li>
12411247
</ul>
12421248

1243-
<h2>Version 1.4.199 (2019-03-13)</h2>
1244-
<ul>
1245-
<li>PR #1807: Reduce code duplication and remove h2.mixedGeometries
1246-
</li>
1247-
<li>PR #1806: Improve SELECT FOR UPDATE documentation
1248-
</li>
1249-
<li>PR #1804: Lift limit of 10 characters on enum value (1.4.198 regression)
1250-
</li>
1251-
<li>PR #1803: Do not rely on index sorting in SELECT FOR UPDATE
1252-
</li>
1253-
<li>Issue #1800: Remove experimental status from window functions
1254-
</li>
1255-
<li>PR #1799: Fire triggers after row locking and remove some leftovers
1256-
</li>
1257-
<li>PR #1798: Reuse some string builders, remove StatementBuilder and other minor changes
1258-
</li>
1259-
<li>Issue #1795: 1.4.198 regression with batch updates and transactions
1260-
</li>
1261-
<li>PR #1794: Ask password in Shell in secure way and improve database creation information in tutorial
1262-
</li>
1263-
<li>PR #1791: Move commands to commands.html and other changes
1264-
</li>
1265-
<li>Issue #1774: H2 Browser configuration is unclear and fails on KUbuntu
1266-
</li>
1267-
<li>PR #1790: Do not convert standard TRIM function to non-standard functions
1268-
</li>
1269-
<li>Issue #1787: Non-standard MERGE throws LOCK_TIMEOUT_1 on violation of some constraints
1270-
</li>
1271-
<li>PR #1784: improve database not found error
1272-
</li>
1273-
<li>Issue #1740: Enhancement Request: h2 server: do not swallow exceptions
1274-
</li>
1275-
<li>Issue #1616: Metadata and scripts should be persisted with unconditionally quoted identifiers
1276-
</li>
1277-
<li>PR #1779: Improve isSimpleIdentifier() and enquoteIdentifier()
1278-
</li>
1279-
<li> PR #1776: Improve DATABASE_TO_LOWER handling
1280-
</li>
1281-
<li>Issue #1771: NPE in Comparison.createIndexConditions
1282-
</li>
1283-
<li>PR #1772: Fix newlines in test scripts
1284-
</li>
1285-
<li>Issue #1762: NullPointerException in Parser. Introduced in 1.4.198
1286-
</li>
1287-
<li>PR #1768: Add more context-sensitive keywords
1288-
</li>
1289-
<li>Issue #1758: sequence restart issue with 1.4.198
1290-
</li>
1291-
<li>Issue #1759: SELECT &#8230; FOR UPDATE returns old data in 1.4.198
1292-
</li>
1293-
<li>PR #1756: Fix DISTINCT ON in presence of ORDER BY
1294-
</li>
1295-
<li>PR #1754: Fix window functions in JOIN with ON condition
1296-
</li>
1297-
<li>Issue #1751: making it easier to open console and create local databases
1298-
</li>
1299-
<li>Issue #1750: JOIN t ON t.col IN (SELECT ...) throws AssertionError
1300-
</li>
1301-
</ul>
1302-
13031249
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>

‎h2/src/docsrc/html/download-archive.html‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ <h2>Distribution</h2>
2828

2929
<table>
3030
<tbody>
31+
<tr><td>2.1.210</td>
32+
<td><ahref="https://github.com/h2database/h2database/releases/download/version-2.1.210/h2-setup-2022-01-16.exe">Windows Installer</a></td>
33+
<td><ahref="https://github.com/h2database/h2database/releases/download/version-2.1.210/h2-2022-01-16.zip">Platform-Independent Zip</a></td>
34+
</tr>
3135
<tr><td>2.0.206</td>
3236
<td><ahref="https://github.com/h2database/h2database/releases/download/version-2.0.206/h2-setup-2022-01-04.exe">Windows Installer</a></td>
3337
<td><ahref="https://github.com/h2database/h2database/releases/download/version-2.0.206/h2-2022-01-04.zip">Platform-Independent Zip</a></td>

‎h2/src/main/org/h2/engine/Constants.java‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ public class Constants {
1515
/**
1616
* The build date is updated for each public release.
1717
*/
18-
publicstaticfinalStringBUILD_DATE ="2021-12-21";
18+
publicstaticfinalStringBUILD_DATE ="2022-01-17";
1919

2020
/**
2121
* Sequential version number. Even numbers are used for official releases,
2222
* odd numbers are used for development builds.
2323
*/
24-
publicstaticfinalintBUILD_ID =209;
24+
publicstaticfinalintBUILD_ID =210;
2525

2626
/**
2727
* Whether this is a snapshot version.
2828
*/
29-
publicstaticfinalbooleanBUILD_SNAPSHOT =true;
29+
publicstaticfinalbooleanBUILD_SNAPSHOT =false;
3030

3131
/**
3232
* If H2 is compiled to be included in a product, this should be set to

‎h2/src/test/org/h2/samples/newsfeed.sql‎

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
CREATETABLEVERSION(IDINTPRIMARY KEY, VERSIONVARCHAR, CREATEDVARCHAR);
88
INSERT INTO VERSIONVALUES
99

10+
(154,'2.1.210','2022-01-17'),
1011
(153,'2.0.206','2022-01-04'),
1112
(152,'2.0.204','2021-12-21'),
1213
(151,'2.0.202','2021-11-25'),
@@ -19,13 +20,7 @@ INSERT INTO VERSION VALUES
1920
(144,'1.4.194','2017-03-10'),
2021
(143,'1.4.193','2016-10-31'),
2122
(142,'1.4.192','2016-05-26'),
22-
(141,'1.4.191','2016-01-21'),
23-
(140,'1.4.190','2015-10-11'),
24-
(139,'1.4.189','2015-09-13'),
25-
(138,'1.4.188','2015-08-01'),
26-
(137,'1.4.187','2015-04-10'),
27-
(136,'1.4.186','2015-03-02'),
28-
(135,'1.4.185','2015-01-16');
23+
(141,'1.4.191','2016-01-21');
2924

3025
CREATETABLECHANNEL(TITLEVARCHAR, LINKVARCHAR,DESCVARCHAR,
3126
LANGUAGEVARCHAR, PUBTIMESTAMP, LASTTIMESTAMP, AUTHORVARCHAR);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp