Skip to content

Commit 28eec32

Browse files
authored
Merge pull request #3532 from katzyn/misc
Improve NON_KEYWORDS and other changes
2 parents 41cc1ef + 05d5999 commit 28eec32

File tree

29 files changed

+451
-537
lines changed

29 files changed

+451
-537
lines changed

h2/src/docsrc/html/advanced.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ <h2 id="keywords">Keywords / Reserved Words</h2>
529529
<td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td></tr>
530530
<tr><td>FETCH</td>
531531
<td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td></tr>
532-
<tr><td>FILTER</td>
533-
<td>CS</td><td>+</td><td>+</td><td>+</td><td>+</td><td></td><td></td></tr>
534532
<tr><td>FOR</td>
535533
<td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td><td>+</td></tr>
536534
<tr><td>FOREIGN</td>

h2/src/docsrc/html/changelog.html

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

2222
<h2>Next Version (unreleased)</h2>
2323
<ul>
24+
<li>Issue #3390: "ROW" cannot be set as a non keyword in 2.x
25+
</li>
2426
<li>Issue #3448: With linked table to postgreSQL, case-sensitive column names not respected in where part
2527
</li>
2628
<li>Issue #3434: JavaTableFunction is not closing underlying ResultSet when reading column list

0 commit comments

Comments
 (0)