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

--no commit message

--no commit message
上级 4461f5e6
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
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.64 version.name.maven=1.0.65
path.lucene.jar=C\:/data/classpath/lucene-core-2.2.0.jar path.lucene.jar=C\:/data/classpath/lucene-core-2.2.0.jar
jdk=1.4 jdk=1.4
...@@ -78,7 +78,7 @@ Example: ...@@ -78,7 +78,7 @@ Example:
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
<version>1.0.64</version> <version>1.0.65</version>
</dependency> </dependency>
</pre> </pre>
<p> <p>
......
...@@ -15,16 +15,16 @@ H2 Database Engine ...@@ -15,16 +15,16 @@ H2 Database Engine
<h1>Downloads</h1> <h1>Downloads</h1>
<h3>Version 1.0.64 (2007-12-27, Current)</h3> <h3>Version 1.0.65 (2008-01-18, Current)</h3>
<p> <p>
<a href="http://www.h2database.com/h2-setup-2007-12-27.exe">Windows Installer</a><br /> <a href="http://www.h2database.com/h2-setup-2008-01-18.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-12-27.zip">Platform-Independent Zip</a><br /> <a href="http://www.h2database.com/h2-2008-01-18.zip">Platform-Independent Zip</a><br />
</p> </p>
<h3>Version 1.0.63 (2007-12-02, Last Stable)</h3> <h3>Version 1.0.64 (2007-12-27, Last Stable)</h3>
<p> <p>
<a href="http://www.h2database.com/h2-setup-2007-12-02.exe">Windows Installer</a><br /> <a href="http://www.h2database.com/h2-setup-2007-12-27.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2007-12-02.zip">Platform-Independent Zip</a><br /> <a href="http://www.h2database.com/h2-2007-12-27.zip">Platform-Independent Zip</a><br />
</p> </p>
<h3>Download Mirror and Older Versions</h3> <h3>Download Mirror and Older Versions</h3>
......
...@@ -14,11 +14,11 @@ Frequently Asked Questions ...@@ -14,11 +14,11 @@ Frequently Asked Questions
<h1>Frequently Asked Questions</h1> <h1>Frequently Asked Questions</h1>
<a href="#known_bugs"> <a href="#known_bugs">
Are there any known bugs? When is the next release?</a><br /> Are there Known Bugs? When is the Next Release?</a><br />
<a href="#open_source"> <a href="#open_source">
Is this Database Engine Open Source?</a><br /> Is this Database Engine Open Source?</a><br />
<a href="#query_slow"> <a href="#query_slow">
My query is slow</a><br /> My Query is Slow</a><br />
<a href="#create_database"> <a href="#create_database">
How to Create a New Database?</a><br /> How to Create a New Database?</a><br />
<a href="#connect"> <a href="#connect">
...@@ -26,16 +26,16 @@ Frequently Asked Questions ...@@ -26,16 +26,16 @@ Frequently Asked Questions
<a href="#database_files"> <a href="#database_files">
Where are the Database Files Stored?</a><br /> Where are the Database Files Stored?</a><br />
<a href="#size_limit"> <a href="#size_limit">
What is the Size Limit (maximum size) of a Database?</a><br /> What is the Size Limit (Maximum Size) of a Database?</a><br />
<a href="#reliable"> <a href="#reliable">
Is it Reliable?</a><br /> Is it Reliable?</a><br />
<a href="#gcj"> <a href="#gcj">
Is the GCJ version stable? Faster?</a><br /> Is the GCJ Version Stable? Faster?</a><br />
<a href="#translate"> <a href="#translate">
How to Translate this Project?</a><br /> How to Translate this Project?</a><br />
<br /><a name="known_bugs"></a> <br /><a name="known_bugs"></a>
<h3>Are there any known bugs? When is the next release?</h3> <h3>Are there Known Bugs? When is the Next Release?</h3>
<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: Here is the list of known and confirmed issues:
...@@ -53,7 +53,7 @@ See also under license. ...@@ -53,7 +53,7 @@ See also under license.
</p> </p>
<br /><a name="query_slow"></a> <br /><a name="query_slow"></a>
<h3>My query is slow</h3> <h3>My Query is Slow</h3>
<p> <p>
Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons. Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons.
Follow this checklist: Follow this checklist:
...@@ -98,7 +98,7 @@ Example: jdbc:h2:file:C:/data/test ...@@ -98,7 +98,7 @@ Example: jdbc:h2:file:C:/data/test
</p> </p>
<br /><a name="size_limit"></a> <br /><a name="size_limit"></a>
<h3>What is the Size Limit (maximum size) of a Database?</h3> <h3>What is the Size Limit (Maximum Size) of a Database?</h3>
<p> <p>
The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data: The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data:
Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well. Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well.
...@@ -144,7 +144,7 @@ Areas considered Experimental: ...@@ -144,7 +144,7 @@ Areas considered Experimental:
</li></ul> </li></ul>
<br /><a name="gcj"></a> <br /><a name="gcj"></a>
<h3>Is the GCJ version stable? Faster?</h3> <h3>Is the GCJ Version Stable? Faster?</h3>
<p> <p>
The GCJ version is not as stable as the Java version. The GCJ version is not as stable as the Java version.
When running the regression test with the GCJ version, sometimes the application just stops When running the regression test with the GCJ version, sometimes the application just stops
......
...@@ -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.64 (2007-12-27): Version 1.0.65 (2008-01-18):
</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-12-27.exe"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-setup-2008-01-18.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-12-27.exe">Windows Installer (2.8 MB)</a> <a href="http://www.h2database.com/h2-setup-2008-01-18.exe">Windows Installer (2.9 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-12-27.zip"><img border="1" src="images/download.png" alt="download" /></a> <a href="http://www.h2database.com/h2-2008-01-18.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-12-27.zip">All platforms (zip, 3.9 MB)</a> <a href="http://www.h2database.com/h2-2008-01-18.zip">All platforms (zip, 4.0 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>
......
...@@ -950,7 +950,7 @@ The conversion between UTF-8 and Java encoding (using the \u syntax), as well as ...@@ -950,7 +950,7 @@ The conversion between UTF-8 and Java encoding (using the \u syntax), as well as
Downloads Downloads
@download_1001_h3 @download_1001_h3
Version 1.0.64 (2007-12-27, Current) Version 1.0.65 (2008-01-18, Current)
@download_1002_a @download_1002_a
Windows Installer Windows Installer
...@@ -959,7 +959,7 @@ Windows Installer ...@@ -959,7 +959,7 @@ Windows Installer
Platform-Independent Zip Platform-Independent Zip
@download_1004_h3 @download_1004_h3
Version 1.0.63 (2007-12-02, Last Stable) Version 1.0.64 (2007-12-27, Last Stable)
@download_1005_a @download_1005_a
Windows Installer Windows Installer
...@@ -986,13 +986,13 @@ For details about changes, see the <a href="history.html">Change Log</a> . ...@@ -986,13 +986,13 @@ For details about changes, see the <a href="history.html">Change Log</a> .
Frequently Asked Questions Frequently Asked Questions
@faq_1001_a @faq_1001_a
Are there any known bugs? When is the next release? Are there Known Bugs? When is the Next Release?
@faq_1002_a @faq_1002_a
Is this Database Engine Open Source? Is this Database Engine Open Source?
@faq_1003_a @faq_1003_a
My query is slow My Query is Slow
@faq_1004_a @faq_1004_a
How to Create a New Database? How to Create a New Database?
...@@ -1004,19 +1004,19 @@ How to Connect to a Database? ...@@ -1004,19 +1004,19 @@ How to Connect to a Database?
Where are the Database Files Stored? Where are the Database Files Stored?
@faq_1007_a @faq_1007_a
What is the Size Limit (maximum size) of a Database? What is the Size Limit (Maximum Size) of a Database?
@faq_1008_a @faq_1008_a
Is it Reliable? Is it Reliable?
@faq_1009_a @faq_1009_a
Is the GCJ version stable? Faster? Is the GCJ Version Stable? Faster?
@faq_1010_a @faq_1010_a
How to Translate this Project? How to Translate this Project?
@faq_1011_h3 @faq_1011_h3
Are there any known bugs? When is the next release? Are there Known Bugs? When is the Next Release?
@faq_1012_p @faq_1012_p
Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues: Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues:
...@@ -1031,7 +1031,7 @@ Is this Database Engine Open Source? ...@@ -1031,7 +1031,7 @@ Is this Database Engine Open Source?
Yes. It is free to use and distribute, and the source code is included. See also under license. Yes. It is free to use and distribute, and the source code is included. See also under license.
@faq_1016_h3 @faq_1016_h3
My query is slow My Query is Slow
@faq_1017_p @faq_1017_p
Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons. Follow this checklist: Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons. Follow this checklist:
...@@ -1067,7 +1067,7 @@ Where are the Database Files Stored? ...@@ -1067,7 +1067,7 @@ Where are the Database Files Stored?
When using database URLs like jdbc:h2:~/test, the database is stored in the user directory. For Windows, this is usually C:\Documents and Settings\&lt;userName&gt;. If the base directory is not set (as in jdbc:h2:test), the database files are stored in the directory where the application is started (the current working directory). When using the H2 Console application from the start menu, this is [Installation Directory]/bin. The base directory can be set in the database URL. A fixed or relative path can be used. When using the URL jdbc:h2:file:data/sample, the database is stored in the directory data (relative to the current working directory). The directory must exist. It is also possible to use the fully qualified directory (and for Windows, drive) name. Example: jdbc:h2:file:C:/data/test When using database URLs like jdbc:h2:~/test, the database is stored in the user directory. For Windows, this is usually C:\Documents and Settings\&lt;userName&gt;. If the base directory is not set (as in jdbc:h2:test), the database files are stored in the directory where the application is started (the current working directory). When using the H2 Console application from the start menu, this is [Installation Directory]/bin. The base directory can be set in the database URL. A fixed or relative path can be used. When using the URL jdbc:h2:file:data/sample, the database is stored in the directory data (relative to the current working directory). The directory must exist. It is also possible to use the fully qualified directory (and for Windows, drive) name. Example: jdbc:h2:file:C:/data/test
@faq_1028_h3 @faq_1028_h3
What is the Size Limit (maximum size) of a Database? What is the Size Limit (Maximum Size) of a Database?
@faq_1029_p @faq_1029_p
The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data: Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well. The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data: Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well.
...@@ -1136,7 +1136,7 @@ Compatibility modes for other databases (only some features are implemented) ...@@ -1136,7 +1136,7 @@ Compatibility modes for other databases (only some features are implemented)
The ARRAY data type and related functionality The ARRAY data type and related functionality
@faq_1051_h3 @faq_1051_h3
Is the GCJ version stable? Faster? Is the GCJ Version Stable? Faster?
@faq_1052_p @faq_1052_p
The GCJ version is not as stable as the Java version. When running the regression test with the GCJ version, sometimes the application just stops at what seems to be a random point without error message. Currently, the GCJ version is also slower than when using the Sun VM. However, the startup of the GCJ version is faster than when using a VM. The GCJ version is not as stable as the Java version. When running the regression test with the GCJ version, sometimes the application just stops at what seems to be a random point without error message. Currently, the GCJ version is also slower than when using the Sun VM. However, the startup of the GCJ version is faster than when using a VM.
...@@ -3065,7 +3065,7 @@ JDBC and (partial) ODBC API; Web Client application ...@@ -3065,7 +3065,7 @@ JDBC and (partial) ODBC API; Web Client application
Download Download
@mainWeb_1007_td @mainWeb_1007_td
Version 1.0.64 (2007-12-27): Version 1.0.65 (2008-01-18):
@mainWeb_1008_a @mainWeb_1008_a
Windows Installer (2.8 MB) Windows Installer (2.8 MB)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -315,10 +315,10 @@ build_1032_li=Error messages\: src/main/org/h2/res/_messages_*.properties ...@@ -315,10 +315,10 @@ build_1032_li=Error messages\: src/main/org/h2/res/_messages_*.properties
build_1033_li=Web site\: src/docsrc/text/_docs_*.utf8.txt build_1033_li=Web site\: src/docsrc/text/_docs_*.utf8.txt
build_1034_p=The conversion between UTF-8 and Java encoding (using the \\u syntax), as well as the HTML entities (&\#..;) is automated by running the tool PropertiesToUTF8. The web site translation is automated as well, using <code>ant docs</code> . build_1034_p=The conversion between UTF-8 and Java encoding (using the \\u syntax), as well as the HTML entities (&\#..;) is automated by running the tool PropertiesToUTF8. The web site translation is automated as well, using <code>ant docs</code> .
download_1000_h1=Downloads download_1000_h1=Downloads
download_1001_h3=Version 1.0.64 (2007-12-27, Current) download_1001_h3=Version 1.0.65 (2008-01-18, Current)
download_1002_a=Windows Installer download_1002_a=Windows Installer
download_1003_a=Platform-Independent Zip download_1003_a=Platform-Independent Zip
download_1004_h3=Version 1.0.63 (2007-12-02, Last Stable) download_1004_h3=Version 1.0.64 (2007-12-27, Last Stable)
download_1005_a=Windows Installer download_1005_a=Windows Installer
download_1006_a=Platform-Independent Zip download_1006_a=Platform-Independent Zip
download_1007_h3=Download Mirror and Older Versions download_1007_h3=Download Mirror and Older Versions
...@@ -327,22 +327,22 @@ download_1009_h3=Subversion Source Repository ...@@ -327,22 +327,22 @@ download_1009_h3=Subversion Source Repository
download_1010_a=Google Code download_1010_a=Google Code
download_1011_p=For details about changes, see the <a href\="history.html">Change Log</a> . download_1011_p=For details about changes, see the <a href\="history.html">Change Log</a> .
faq_1000_h1=Frequently Asked Questions faq_1000_h1=Frequently Asked Questions
faq_1001_a=Are there any known bugs? When is the next release? faq_1001_a=Are there Known Bugs? When is the Next Release?
faq_1002_a=Is this Database Engine Open Source? faq_1002_a=Is this Database Engine Open Source?
faq_1003_a=My query is slow faq_1003_a=My Query is Slow
faq_1004_a=How to Create a New Database? faq_1004_a=How to Create a New Database?
faq_1005_a=How to Connect to a Database? faq_1005_a=How to Connect to a Database?
faq_1006_a=Where are the Database Files Stored? faq_1006_a=Where are the Database Files Stored?
faq_1007_a=What is the Size Limit (maximum size) of a Database? faq_1007_a=What is the Size Limit (Maximum Size) of a Database?
faq_1008_a=Is it Reliable? faq_1008_a=Is it Reliable?
faq_1009_a=Is the GCJ version stable? Faster? faq_1009_a=Is the GCJ Version Stable? Faster?
faq_1010_a=How to Translate this Project? faq_1010_a=How to Translate this Project?
faq_1011_h3=Are there any known bugs? When is the next release? faq_1011_h3=Are there Known Bugs? When is the Next Release?
faq_1012_p=Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues\: faq_1012_p=Usually, bugs get fixes as they are found. There is a release every few weeks. Here is the list of known and confirmed issues\:
faq_1013_li=Some problems have been found with right outer join. Internally, it is converted to left outer join, which does not always produce the same results as other databases when used in combination with other joins. faq_1013_li=Some problems have been found with right outer join. Internally, it is converted to left outer join, which does not always produce the same results as other databases when used in combination with other joins.
faq_1014_h3=Is this Database Engine Open Source? faq_1014_h3=Is this Database Engine Open Source?
faq_1015_p=Yes. It is free to use and distribute, and the source code is included. See also under license. faq_1015_p=Yes. It is free to use and distribute, and the source code is included. See also under license.
faq_1016_h3=My query is slow faq_1016_h3=My Query is Slow
faq_1017_p=Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons. Follow this checklist\: faq_1017_p=Slow SELECT (or DELETE, UPDATE, MERGE) statement can have multiple reasons. Follow this checklist\:
faq_1018_li=Run ANALYSE (see documentation for details). faq_1018_li=Run ANALYSE (see documentation for details).
faq_1019_li=Run the query with EXPLAIN and check if indexes are used (see documentation for details). faq_1019_li=Run the query with EXPLAIN and check if indexes are used (see documentation for details).
...@@ -354,7 +354,7 @@ faq_1024_h3=How to Connect to a Database? ...@@ -354,7 +354,7 @@ faq_1024_h3=How to Connect to a Database?
faq_1025_p=The database driver is <code>org.h2.Driver</code> , and the database URL starts with <code>jdbc\:h2\:</code> . To connect to a database using JDBC, use the following code\: faq_1025_p=The database driver is <code>org.h2.Driver</code> , and the database URL starts with <code>jdbc\:h2\:</code> . To connect to a database using JDBC, use the following code\:
faq_1026_h3=Where are the Database Files Stored? faq_1026_h3=Where are the Database Files Stored?
faq_1027_p=When using database URLs like jdbc\:h2\:~/test, the database is stored in the user directory. For Windows, this is usually C\:\\Documents and Settings\\&lt;userName&gt;. If the base directory is not set (as in jdbc\:h2\:test), the database files are stored in the directory where the application is started (the current working directory). When using the H2 Console application from the start menu, this is [Installation Directory]/bin. The base directory can be set in the database URL. A fixed or relative path can be used. When using the URL jdbc\:h2\:file\:data/sample, the database is stored in the directory data (relative to the current working directory). The directory must exist. It is also possible to use the fully qualified directory (and for Windows, drive) name. Example\: jdbc\:h2\:file\:C\:/data/test faq_1027_p=When using database URLs like jdbc\:h2\:~/test, the database is stored in the user directory. For Windows, this is usually C\:\\Documents and Settings\\&lt;userName&gt;. If the base directory is not set (as in jdbc\:h2\:test), the database files are stored in the directory where the application is started (the current working directory). When using the H2 Console application from the start menu, this is [Installation Directory]/bin. The base directory can be set in the database URL. A fixed or relative path can be used. When using the URL jdbc\:h2\:file\:data/sample, the database is stored in the directory data (relative to the current working directory). The directory must exist. It is also possible to use the fully qualified directory (and for Windows, drive) name. Example\: jdbc\:h2\:file\:C\:/data/test
faq_1028_h3=What is the Size Limit (maximum size) of a Database? faq_1028_h3=What is the Size Limit (Maximum Size) of a Database?
faq_1029_p=The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data\: Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well. faq_1029_p=The theoretical limit is currently 256 GB for the data. This number is excluding BLOB and CLOB data\: Every CLOB or BLOB can be up to 256 GB as well. The size limit of the index data is 256 GB as well.
faq_1030_p=The maximum file size for FAT or FAT32 file systems is 4 GB. So if you use FAT or FAT32, the limit is 4 GB for the data. faq_1030_p=The maximum file size for FAT or FAT32 file systems is 4 GB. So if you use FAT or FAT32, the limit is 4 GB for the data.
faq_1031_h3=Is it Reliable? faq_1031_h3=Is it Reliable?
...@@ -377,7 +377,7 @@ faq_1047_li=The PostgreSQL server ...@@ -377,7 +377,7 @@ faq_1047_li=The PostgreSQL server
faq_1048_li=Linear Hash Index faq_1048_li=Linear Hash Index
faq_1049_li=Compatibility modes for other databases (only some features are implemented) faq_1049_li=Compatibility modes for other databases (only some features are implemented)
faq_1050_li=The ARRAY data type and related functionality faq_1050_li=The ARRAY data type and related functionality
faq_1051_h3=Is the GCJ version stable? Faster? faq_1051_h3=Is the GCJ Version Stable? Faster?
faq_1052_p=The GCJ version is not as stable as the Java version. When running the regression test with the GCJ version, sometimes the application just stops at what seems to be a random point without error message. Currently, the GCJ version is also slower than when using the Sun VM. However, the startup of the GCJ version is faster than when using a VM. faq_1052_p=The GCJ version is not as stable as the Java version. When running the regression test with the GCJ version, sometimes the application just stops at what seems to be a random point without error message. Currently, the GCJ version is also slower than when using the Sun VM. However, the startup of the GCJ version is faster than when using a VM.
faq_1053_h3=How to Translate this Project? faq_1053_h3=How to Translate this Project?
faq_1054_p=For more information, see <a href\="build.html\#translating">Build/Translating</a> . faq_1054_p=For more information, see <a href\="build.html\#translating">Build/Translating</a> .
...@@ -1020,7 +1020,7 @@ mainWeb_1003_li=Written Java; can be compiled with GCJ (Linux) ...@@ -1020,7 +1020,7 @@ mainWeb_1003_li=Written Java; can be compiled with GCJ (Linux)
mainWeb_1004_li=Embedded, Server and Cluster modes mainWeb_1004_li=Embedded, Server and Cluster modes
mainWeb_1005_li=JDBC and (partial) ODBC API; Web Client application mainWeb_1005_li=JDBC and (partial) ODBC API; Web Client application
mainWeb_1006_h3=Download mainWeb_1006_h3=Download
mainWeb_1007_td=Version 1.0.64 (2007-12-27)\: mainWeb_1007_td=Version 1.0.65 (2008-01-18)\:
mainWeb_1008_a=Windows Installer (2.8 MB) mainWeb_1008_a=Windows Installer (2.8 MB)
mainWeb_1009_a=All platforms (zip, 3.9 MB) mainWeb_1009_a=All platforms (zip, 3.9 MB)
mainWeb_1010_a=All Downloads mainWeb_1010_a=All Downloads
......
...@@ -16,9 +16,9 @@ package org.h2.engine; ...@@ -16,9 +16,9 @@ package org.h2.engine;
* set JAVA_HOME=C:\Programme\Java\jdk1.6.0 * set JAVA_HOME=C:\Programme\Java\jdk1.6.0
* set path=C:\Program Files\Java\jdk1.6.0_01\bin;%PATH% * set path=C:\Program Files\Java\jdk1.6.0_01\bin;%PATH%
* set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_01 * set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_01
* ant codeswitchJdk16
* ant compile * ant compile
* set classpath= * set classpath=
* ant javadoc
* ant javadocImpl (to find missing javadocs) * ant javadocImpl (to find missing javadocs)
* ant codeswitchJdk14 * ant codeswitchJdk14
* ant javadocImpl * ant javadocImpl
...@@ -31,7 +31,7 @@ package org.h2.engine; ...@@ -31,7 +31,7 @@ package org.h2.engine;
* download.html * download.html
* - Maybe increase TCP_DRIVER_VERSION * - Maybe increase TCP_DRIVER_VERSION
* - Check code coverage * - Check code coverage
* - No " Message.getInternalError" (must be "throw Message.getInternalError") * - No " Message.get" (must be "throw Message.get")
* - No TODO in the docs, remove @~ in .utf8.txt files * - No TODO in the docs, remove @~ in .utf8.txt files
* - Run regression test with JDK 1.4 and 1.5 * - Run regression test with JDK 1.4 and 1.5
* *
...@@ -72,8 +72,8 @@ package org.h2.engine; ...@@ -72,8 +72,8 @@ package org.h2.engine;
*/ */
public class Constants { public class Constants {
public static final int BUILD_ID = 64; public static final int BUILD_ID = 65;
private static final String BUILD = "2007-12-27"; private static final String BUILD = "2008-01-18";
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;
......
...@@ -205,7 +205,7 @@ public class JdbcBlob extends TraceObject implements Blob { ...@@ -205,7 +205,7 @@ public class JdbcBlob extends TraceObject implements Blob {
/** /**
* [Not supported] Searches a pattern and return the position. * [Not supported] Searches a pattern and return the position.
* *
* @param pattern the pattern to search * @param blobPattern the pattern to search
* @param start the index, the first byte is at position 1 * @param start the index, the first byte is at position 1
* @return the position (first byte is at position 1), or -1 for not found * @return the position (first byte is at position 1), or -1 for not found
*/ */
......
...@@ -89,7 +89,8 @@ public class ChangePassword { ...@@ -89,7 +89,8 @@ public class ChangePassword {
/** /**
* Get the file encryption key for a given password. * Get the file encryption key for a given password.
* * The password must be supplied as char arrays and is cleaned in this method.
*
* @param password the password as a char array * @param password the password as a char array
* @return the encryption key * @return the encryption key
*/ */
...@@ -103,12 +104,13 @@ public class ChangePassword { ...@@ -103,12 +104,13 @@ public class ChangePassword {
/** /**
* Changes the password for a database. * Changes the password for a database.
* The passwords must be supplied as char arrays and are cleaned in this method.
* *
* @param dir the directory (. for the current directory) * @param dir the directory (. for the current directory)
* @param db the database name (null for all databases) * @param db the database name (null for all databases)
* @param cipher the cipher (AES, XTEA) * @param cipher the cipher (AES, XTEA)
* @param decrypt the decryption key * @param decryptPassword the decryption password as a char array
* @param encrypt the encryption key * @param encryptPassword the encryption password as a char array
* @param quiet don't print progress information * @param quiet don't print progress information
* @throws SQLException * @throws SQLException
*/ */
......
...@@ -10,6 +10,43 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' , ...@@ -10,6 +10,43 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' ,
CREATE TABLE ITEM(ID INT PRIMARY KEY, TITLE VARCHAR, ISSUED TIMESTAMP, DESC VARCHAR); CREATE TABLE ITEM(ID INT PRIMARY KEY, TITLE VARCHAR, ISSUED TIMESTAMP, DESC VARCHAR);
INSERT INTO ITEM VALUES(35,
'New version available: 1.0.65 (2008-01-18)', '2008-01-18 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
(You may have to click ''Refresh'').
<br />
<b>Changes and new functionality:</b>
<ul><li>User defined variables are now supported.
</li><li>JNDI support in the H2 Console has been improved.
</li><li>The bind IP address can be set (system property h2.bindAddress).
</li><li>The build automatically switches the source code to the correct JDK.
</li><li>The SCRIPT command uses multi-row inserts to save space.
</li><li>Large result sets in the server mode are now faster.
</li><li>The performance for DROP has been improved.
</li><li>Optimization for single column distinct queries with an index.
</li><li>LIKE comparisons are now faster.
</li><li>Encrypted databases are now faster.
</li><li>PostgreSQL compatibility: COUNT(T.*) is now supported.
</li><li>The ChangePassword API has been improved.
</li><li>The Ukrainian translation has been improved.
</li><li>CALL statements can now be used in batch updates.
</li><li>New read-only setting CREATE_BUILD.
</li></ul>
<b>Bugfixes:</b>
<ul><li>A recovery bug has been fixed.
</li><li>The optimizer did not always use the right indexes.
</li><li>BatchUpdateException.printStackTrace() could run out of memory.
</li><li>Sometimes unused indexes where not dropped when altering a table.
</li><li>The SCRIPT command did not split up CLOB data correctly.
</li><li>DROP ALL OBJECTS did not drop some objects.
</li></ul>
For details, see the ''Change Log'' at
http://groups.google.com/group/h2-database/web/change-log
<br />
For future plans, see the ''Roadmap'' page at
http://groups.google.com/group/h2-database/web/roadmap
');
INSERT INTO ITEM VALUES(34, INSERT INTO ITEM VALUES(34,
'New version available: 1.0.64 (2007-12-27)', '2007-12-27 12:00:00', 'New version available: 1.0.64 (2007-12-27)', '2007-12-27 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>. 'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
...@@ -311,47 +348,6 @@ INSERT INTO ITEM VALUES(26, ...@@ -311,47 +348,6 @@ INSERT INTO ITEM VALUES(26,
For future plans, see the new ''Roadmap'' page on the web site. For future plans, see the new ''Roadmap'' page on the web site.
'); ');
INSERT INTO ITEM VALUES(25,
'New version available: 1.0 / 2007-07-12', '2007-07-12 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
<br />
<b>Changes and new functionality:</b>
<ul>
<li>The H2 Console can run as a standalone web application.
</li><li>The default database name is now jdbc:h2:~/test.
</li><li>The new view implementation is now enabled by default.
</li><li>The Polish translation is available. Thanks a lot to Tomek!
</li><li>Support for the system property baseDir.
</li><li>Improved PostgreSQL compatibility.
</li><li>New column ID in INFORMATION_SCHEMA tables.
</li><li>PreparedStatement.getMetaData is now implemented.
</li><li>New setting h2.allowBigDecimalExtensions.
</li><li>The SQL statement SET ASSERT has been deprecated.
</li><li>The trace level for JdbcDataSourceFactory is now ERROR.
</li><li>Referential integrity violation: Two SQL states are now used.
</li><li>DatabaseEventListener.exceptionThrown is changed.
</li><li>The catalog name can now be used in queries.
</li><li>The default result set type is now FETCH_FORWARD.
</li>
</ul>
<b>Bugfixes:</b>
<ul>
</li><li>Views did not work in some cases.
</li><li>LIKE ESCAPE did not work correctly in some cases.
</li><li>In some situations, large objects were deleted.
</li><li>CREATE TABLE AS SELECT .. UNION .. did not work.
</li><li>Sometimes temp files were not deleted.
</li><li>PooledConnection.getConnection is now faster.
</li><li>Deleting databases in the root directory now works.
</li><li>Windows service: the CLASSPATH was not included.
</li><li>For READ_COMMITTED, when the multi-threaded
kernel is enabled, read locks are now acquired but released
immediately after a query.
</li>
</ul>
For future plans, see the new ''Roadmap'' page on the web site.
');
SELECT 'newsfeed-rss.xml' FILE, SELECT 'newsfeed-rss.xml' FILE,
XMLSTARTDOC() || XMLSTARTDOC() ||
XMLNODE('rss', XMLATTR('version', '2.0'), XMLNODE('rss', XMLATTR('version', '2.0'),
......
...@@ -150,8 +150,6 @@ java org.h2.test.TestAll timer ...@@ -150,8 +150,6 @@ java org.h2.test.TestAll timer
/* /*
where is base64 code?
Roadmap: Roadmap:
History: History:
...@@ -166,8 +164,6 @@ Add a link to the google code bug page ...@@ -166,8 +164,6 @@ Add a link to the google code bug page
test DbStarter test DbStarter
find send mail source code?
---- ----
A file is sent although the Japanese translation has not been completed yet. A file is sent although the Japanese translation has not been completed yet.
---- ----
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论