提交 4c3882ce authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 43e600d3
...@@ -16,7 +16,9 @@ Change Log ...@@ -16,7 +16,9 @@ Change Log
<h1>Change Log</h1> <h1>Change Log</h1>
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul><li>The new method org.h2.tools.Server.startWebServer(conn) starts the H2 Console <ul><li>The character '$' could not be used in identifier names (table name,
column names and so on). Fixed.
</li><li>The new method org.h2.tools.Server.startWebServer(conn) starts the H2 Console
to inspect a database while debugging. to inspect a database while debugging.
</li><li>Stopping a WebServer didn't always work. Fixed. </li><li>Stopping a WebServer didn't always work. Fixed.
</li></ul> </li></ul>
......
...@@ -366,6 +366,7 @@ Roadmap ...@@ -366,6 +366,7 @@ Roadmap
</li><li>Linked tables: make hidden columns available (Oracle: rowid and ora_rowscn columns). </li><li>Linked tables: make hidden columns available (Oracle: rowid and ora_rowscn columns).
</li><li>Support merge join. </li><li>Support merge join.
</li><li>H2 Console: in-place autocomplete (need to merge query and result frame, use div). </li><li>H2 Console: in-place autocomplete (need to merge query and result frame, use div).
</li><li>MySQL compatibility: update test1 t1, test2 t2 set t1.id = t2.id where t1.id = t2.id;
</li></ul> </li></ul>
<h2>Not Planned</h2> <h2>Not Planned</h2>
......
...@@ -1433,6 +1433,7 @@ $$anythingExceptTwoDollarSigns$$ ...@@ -1433,6 +1433,7 @@ $$anythingExceptTwoDollarSigns$$
"," ","
A string starts and ends with two dollar signs. A string starts and ends with two dollar signs.
Two dollar signs are not allowed within the text. Two dollar signs are not allowed within the text.
A whitespace is required before the first set of dollar signs.
No escaping is required within the text. No escaping is required within the text.
"," ","
$$John's car$$ $$John's car$$
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论