提交 3cb683af authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 07a47d92
......@@ -13,32 +13,31 @@ H2 Database Engine
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">
<h1>Downloads</h1>
<h1> Downloads </h1>
<h3>Version 1.0 / 2007-08-02 (Current)</h3>
<h3> Version 1.0.57 (2008-08-25, Current) </h3>
<p>
<a href="http://www.h2database.com/h2-setup-2007-08-02.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-08-02.zip">Platform-Independent Zip</a><br />
<a href="http://www.h2database.com/h2-setup-2007-08-25.exe"> Windows Installer </a><br />
<a href="http://www.h2database.com/h2-2007-08-25.zip"> Platform-Independent Zip </a><br />
</p>
<h3>Version 1.0 / 2007-03-04 (Last Stable)</h3>
<h3> Version 1.0 / 2007-03-04 (Last Stable) </h3>
<p>
<a href="http://www.h2database.com/h2-setup-2007-03-04.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-03-04.zip">Platform-Independent Zip</a><br />
<a href="http://www.h2database.com/h2-setup-2007-03-04.exe"> Windows Installer </a><br />
<a href="http://www.h2database.com/h2-2007-03-04.zip"> Platform-Independent Zip </a><br />
</p>
<h3>Download Mirror</h3>
<h3> Download Mirror </h3>
<p>
<a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br />
<a href="http://code.google.com/p/h2database/downloads/list"> Platform-Independent Zip </a><br />
</p>
<h3>Subversion Source Repository</h3>
<h3> Subversion Source Repository </h3>
<p>
<a href="http://code.google.com/p/h2database/source">Google Code</a>
<a href="http://code.google.com/p/h2database/source"> Google Code </a>
</p>
<p>
For details about changes, see the <a href="history.html">Change Log</a>.
</p>
For details about changes, see the <a href="history.html">Change Log</a> . </p>
</div></td></tr></table></body></html>
\ No newline at end of file
......@@ -100,6 +100,8 @@ java -Xmx512m -Xrunhprof:cpu=samples,depth=8 org.h2.tools.RunScript -url jdbc:h2
/*
problem with news mailing list
CREATE TABLE TEST(BIRTH TIMESTAMP);
INSERT INTO TEST VALUES('2006-04-03 10:20:30'), ('2006-04-03 10:20:31');
SELECT CAST(BIRTH AS DATE) B
......
......@@ -45,7 +45,7 @@ public class PrepareTranslation {
// create the translated documentation
buildHtml("src/docsrc/text", "docs/html", "en");
buildHtml("src/docsrc/text", "docs/html", "de");
// buildHtml("src/docsrc/text", "docs/html", "de");
buildHtml("src/docsrc/text", "docs/html", "ja");
// convert the properties files back to utf8 text files, including the main language (to be used as a template)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论