提交 06490c3c authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update help.csv and changelog.html

上级 27429684
...@@ -2797,7 +2797,7 @@ CURRENT ROW ...@@ -2797,7 +2797,7 @@ CURRENT ROW
"Other Grammar","Term"," "Other Grammar","Term","
value value
| columnName | column
| ?[ int ] | ?[ int ]
| NEXT VALUE FOR sequenceName | NEXT VALUE FOR sequenceName
| function | function
...@@ -2806,15 +2806,22 @@ value ...@@ -2806,15 +2806,22 @@ value
| select | select
| case | case
| caseWhen | caseWhen
| tableAlias.columnName
| userDefinedFunctionName | userDefinedFunctionName
"," ","
A value. Parameters can be indexed, for example ""?1"" meaning the first parameter. A value. Parameters can be indexed, for example ""?1"" meaning the first parameter.
Each table has a pseudo-column named ""_ROWID_"" that contains the unique row identifier.
"," ","
'Hello' 'Hello'
" "
"Other Grammar","Column","
[[schemaName.]tableAlias.] { columnName | _ROWID_ }
","
A column name with optional table alias and schema.
_ROWID_ can be used to access unique row identifier.
","
ID
"
"Other Grammar","Time"," "Other Grammar","Time","
TIME [ WITHOUT TIME ZONE ] 'hh:mm:ss[.nnnnnnnnn]' TIME [ WITHOUT TIME ZONE ] 'hh:mm:ss[.nnnnnnnnn]'
"," ","
......
...@@ -21,6 +21,18 @@ Change Log ...@@ -21,6 +21,18 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>Issue #1739: Table and view names not case sensitive when using DATABASE_TO_UPPER=FALSE
</li>
<li>Issue #848: H2 PostgreSQL Compatibility Mode: lowercase metadata
</li>
<li>Issue #485: Problem is in invalid case for schema's IGNORECASE=true;DATABASE_TO_UPPER=false
</li>
<li>Issue #1742, PR #1743: Assorted small changes
</li>
<li>PR #1738: Reduce memory allocation in getSQL() methods
</li>
<li>PR #1737: more javadoc updates
</li>
<li>Issue #1735: Creating views with DATABASE_TO_UPPER=FALSE fails <li>Issue #1735: Creating views with DATABASE_TO_UPPER=FALSE fails
</li> </li>
<li>Issue #1732: source.html does not work <li>Issue #1732: source.html does not work
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论