@@ -21,6 +21,12 @@ <h1>Change Log</h1>
21
21
22
22
< h2 > Next Version (unreleased)</ h2 >
23
23
< ul >
24
+ < li > Nothing yet
25
+ </ li >
26
+ </ ul >
27
+
28
+ < h2 > Version 2.3.232 (2024-08-11)</ h2 >
29
+ < ul >
24
30
< li > Issue #3945: Column not found in correlated subquery, when referencing outer column from LEFT JOIN .. ON clause
25
31
</ li >
26
32
< li > Issue #4097: StackOverflowException when using multiple SELECT statements in one query (2.3.230)
@@ -454,63 +460,6 @@ <h2>Version 2.0.206 (2022-01-04)</h2>
454
460
</ li >
455
461
</ ul >
456
462
457
- < h2 > Version 2.0.204 (2021-12-21)</ h2 >
458
- < ul >
459
- < li > Issue #3291: Add Legacy and Strict modes
460
- </ li >
461
- < li > Issue #3287: SELECT statement works on 1.4.200 but fails on 2.0.202 with "Column XYZ must be in the GROUP BY list"
462
- </ li >
463
- < li > PR #3284: Remove unused UNDO_LOG setting
464
- </ li >
465
- < li > Issue #3251: Table with GEOMETRY column can't have a TriggerAdapter-based trigger any more
466
- </ li >
467
- < li > PR #3281: DateTimeFormatter-based FORMATDATETIME and PARSEDATETIME and other changes
468
- </ li >
469
- < li > Issue #3246: Spatial predicates with comparison are broken in MySQL compatibility mode
470
- </ li >
471
- < li > Issue #3270: org.h2.jdbc.JdbcSQLFeatureNotSupportedException: Feature not supported: "Unsafe comparison or cast"
472
- </ li >
473
- < li > Issue #3268 / PR #3275: Add TO_DATE and TO_TIMESTAMP to PostgreSQL compatibility mode
474
- </ li >
475
- < li > PR #3274: Remove some dead code and unused params
476
- </ li >
477
- < li > Issue #3266: Oracle compatibility NUMBER without precision and scale should have variable scale
478
- </ li >
479
- < li > Issue #3263: Unable to store BigDecimal with negative scale in NUMERIC(19,6) column
480
- </ li >
481
- < li > PR #3261: Small optimization for MIN and MAX
482
- </ li >
483
- < li > Issue #3258 / PR #3259: Prevent incorrect optimization of COUNT(*) and other changes
484
- </ li >
485
- < li > PR #3255: Throw proper exception when type of argument isn't known
486
- </ li >
487
- < li > Issue #3249: Multi-column assignment with subquery throws exception when subquery doesn't return any rows
488
- </ li >
489
- < li > PR #3248: Remove redundant uniqueness check, correct version in pom
490
- </ li >
491
- < li > PR #3247: Avoid AIOBE exception in TestCrashAPI and in Transaction
492
- </ li >
493
- < li > Issue #3241: ResultSetMetaData::getColumnTypeName should produce the correct ARRAY type
494
- </ li >
495
- < li > Issue #3204: H2 Tools Web Console: Unicode 32
496
- </ li >
497
- < li > Issue #3227: Regression when referencing outer joined column from correlated subquery
498
- </ li >
499
- < li > Issue #3237: Can no longer cast CHAR(n) to BOOLEAN with n > 1
500
- </ li >
501
- < li > Issue #3235: Regression in IN predicate with empty in list
502
- </ li >
503
- < li > Issue #3236: NullPointerException in DatabaseMetaData::getIndexInfo when querying the info for views
504
- </ li >
505
- < li > Issue #3233: General error when using NULL predicate on _ROWID_ column
506
- </ li >
507
- < li > Issue #3223: TRUNC(v, p) with negative precisions no longer works
508
- </ li >
509
- < li > Issue #3221: NullPointerException when creating domain
510
- </ li >
511
- < li > Issue #3186: ResultSetMetaData.getSchemaName() returns empty string for aliased columns
512
- </ li >
513
- </ ul >
514
463
515
464
516
465
<!-- [close] { --> </ div > </ td > </ tr > </ table > <!-- } --> <!-- analytics --> </ body > </ html >
0 commit comments