提交 af4aca0b authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 37c1e360
#Wed Oct 03 10:03:23 CEST 2007 #Fri Oct 19 18:51:44 CEST 2007
javac=javac javac=javac
benchmark.drivers.dir=C\:/data/java benchmark.drivers.dir=C\:/data/java
path.servlet.jar=C\:/data/classpath/servlet-api.jar path.servlet.jar=C\:/data/classpath/servlet-api.jar
version.name.maven=1.0.59 version.name.maven=1.0.60
jdk=1.4 jdk=1.4
...@@ -72,7 +72,7 @@ Example: ...@@ -72,7 +72,7 @@ Example:
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>1.0.59</version> <version>1.0.60</version>
</dependency> </dependency>
</pre> </pre>
</p> </p>
......
...@@ -15,16 +15,10 @@ H2 Database Engine ...@@ -15,16 +15,10 @@ H2 Database Engine
<h1>Downloads</h1> <h1>Downloads</h1>
<h3>Version 1.0.58 (2007-09-15, Current)</h3> <h3>Version 1.0.60 (2007-10-20, Current)</h3>
<p> <p>
<a href="http://www.h2database.com/h2-setup-2007-09-15.exe">Windows Installer</a><br /> <a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-09-15.zip">Platform-Independent Zip</a><br /> <a href="http://www.h2database.com/h2-2007-10-20.zip">Platform-Independent Zip</a><br />
</p>
<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 />
</p> </p>
<h3>Download Mirror</h3> <h3>Download Mirror</h3>
......
...@@ -39,7 +39,7 @@ Frequently Asked Questions ...@@ -39,7 +39,7 @@ Frequently Asked Questions
<p> <p>
Usually, bugs get fixes as they are found. There is a release every few weeks. Usually, bugs get fixes as they are found. There is a release every few weeks.
Here is the list of known and confirmed issues as of Here is the list of known and confirmed issues as of
2007-10-03: 2007-10-20:
</p> </p>
<ul> <ul>
<li>Some problems have been found with right outer join. Internally, it is converted to left outer join, which <li>Some problems have been found with right outer join. Internally, it is converted to left outer join, which
......
...@@ -31,17 +31,17 @@ Welcome to H2, the free SQL database. The main feature of H2 are: ...@@ -31,17 +31,17 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<table style="border: 0px; margin: 5px; background-color: #eee;"> <table style="border: 0px; margin: 5px; background-color: #eee;">
<tr><td style="border: 0px; background-color: #eee;" colspan="2"> <tr><td style="border: 0px; background-color: #eee;" colspan="2">
<h3>Download</h3> <h3>Download</h3>
Version 1.0.59 (2007-10-03): Version 1.0.60 (2007-10-20):
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-03.exe"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-setup-2007-10-20.exe"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2007-10-03.exe">Windows Installer (2.7 MB)</a> <a href="http://www.h2database.com/h2-setup-2007-10-20.exe">Windows Installer (2.7 MB)</a>
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;"> <tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-03.zip"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-2007-10-20.zip"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;"> </td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2007-10-03.zip">All platforms (zip, 3.8 MB)</a> <a href="http://www.h2database.com/h2-2007-10-20.zip">All platforms (zip, 3.8 MB)</a>
</td></tr> </td></tr>
<tr><td style="border: 0px; background-color: #eee;" colspan="2"> <tr><td style="border: 0px; background-color: #eee;" colspan="2">
<a href="download.html">All Downloads</a> <a href="download.html">All Downloads</a>
......
...@@ -152,6 +152,7 @@ ...@@ -152,6 +152,7 @@
90129=Transaction {0} not found 90129=Transaction {0} not found
90130=This method is not allowed for a prepared statement; use a regular statement instead. 90130=This method is not allowed for a prepared statement; use a regular statement instead.
90131=Concurrent update in table {0}\: another transaction has updated or deleted the same row 90131=Concurrent update in table {0}\: another transaction has updated or deleted the same row
90132=Aggregate {0} not found
HY000=General error\: {0} HY000=General error\: {0}
HY004=Unknown data type\: {0} HY004=Unknown data type\: {0}
HYC00=Feature not supported HYC00=Feature not supported
......
...@@ -21,7 +21,8 @@ adminLoginCancel=Cancel ...@@ -21,7 +21,8 @@ adminLoginCancel=Cancel
adminLoginOk=OK adminLoginOk=OK
adminLogout=Logout adminLogout=Logout
adminOthers=Allow connections from other computers adminOthers=Allow connections from other computers
adminPort=Web server port number adminPort=Port number
adminPortWeb=Web server port number
adminRestart=Changes take effect after restarting the server. adminRestart=Changes take effect after restarting the server.
adminSave=Save adminSave=Save
adminSessions=Active Sessions adminSessions=Active Sessions
......
...@@ -71,8 +71,8 @@ import org.h2.constant.SysProperties; ...@@ -71,8 +71,8 @@ import org.h2.constant.SysProperties;
*/ */
public class Constants { public class Constants {
public static final int BUILD_ID = 59; public static final int BUILD_ID = 60;
private static final String BUILD = "2007-10-03"; private static final String BUILD = "2007-10-20";
public static final int VERSION_MAJOR = 1; public static final int VERSION_MAJOR = 1;
public static final int VERSION_MINOR = 0; public static final int VERSION_MINOR = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论