提交 6086bebb authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 fba74c34
......@@ -1440,7 +1440,7 @@ and call the method <code>FileSystem.register</code> before using it.
For input streams (but not for random access files), URLs may be used in addition to the registered file systems.
Example: <code>jar:file:///c:/temp/example.zip!/org/example/nested.csv</code>.
To read a stream from the classpath, use the prefix <code>classpath:</code>, as in
<code>classpath:org/h2/samples/newsfeed.sql</code>.
<code>classpath:/org/h2/samples/newsfeed.sql</code>.
</p>
<h2 id="database_upgrade">Database Upgrade</h2>
......
......@@ -18,7 +18,9 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<ul><li>Support INSERT INTO TEST SET ID = 1, NAME = 'World' (MySQL compatibility).
<ul><li>Reading a resource from the classpath didn't work if there was a leading slash
(classpath:/org/...). Now resources can be loaded with or without leading slash.
</li><li>Support INSERT INTO TEST SET ID = 1, NAME = 'World' (MySQL compatibility).
</li><li>Issue 304: The condition [NOT] IN (SELECT ...) could throw the exception "Unexpected code path" if the subquery contained ORDER BY.
</li><li>ALTER TABLE ALTER ADD / REMOVE /ALTER COLUMN dropped some dependent objects
(access rights, triggers) of views that depend on the modified table.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论